Html Css Color HEX #65A469 Fern

📋 copy color: '#65A469'

red 101 ◦ green 164 ◦ blue 105

#65A469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #65A469

Tints of Fern #65A469

RGB

 RED value IS 101 (39.84% from 255) = 27.3%

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 27.3%
G = 44.32%
B = 28.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65A469 (or 0x65A469) is known color: Fern. HEX triplet: 65, A4 and 69. RGB value is (101,164,105). Sum of RGB (Red+Green+Blue) = 101+164+105=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #65A469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A469 is #9A5B96. Grayscale: #8A8A8A. Windows color (decimal): -10115991 or 6923365. OLE color: 6923365.

HSL color Cylindrical-coordinate representation of color #65A469: hue angle of 123.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A469 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 164 105 -
CMYK 0.38 0 0.36 0.36
HSL 123.81º 0.26% 0.52% -
HSV(B) 123.81º 0.38% 0.64% -
XYZ 21.19 30.34 18.1 -
YUV 138.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 101 164 105 0.38 0 0.36 0.36 123.81 0.26 0.52
Hex 65 A4 69 26 0 24 24 7C 1A 34
Octal 145 244 151 46 0 44 44 174 32 64
Binary 1100101 10100100 1101001 100110 0 100100 100100 1111100 11010 110100

Color Harmonies of #65A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A469

Black with #65A469

Text Example


Text Example

White with #65A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A469; }

 p { color: rgb(101,164,105); }

 H1.HeaderClassName
 {
   color: #65A469;
 }
 .AnyTagClassName
 {
   color: #65A469;
 }
</style>

background-color css

<style>
 a { background-color: #65A469; }

 a { background-color: rgb(101,164,105); }

 div.DivClassName
 {
   background-color: #65A469;
 }
 .BgClassName
 {
   background-color: #65A469;
 }
</style>

border-color css

<style>
 span { border-color: #65A469; }

 span { border-color: rgb(101,164,105); }

 td.TdClassName
 {
   border-color: #65A469;
 }
 .TagClassName
 {
   border-color: #65A469;
 }
</style>