Html Css Color HEX #69AF68 Fern

📋 copy color: '#69AF68'

red 105 ◦ green 175 ◦ blue 104

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

Shades of Fern #69AF68

Tints of Fern #69AF68

RGB

 RED value IS 105 (41.41% from 255) = 27.34%

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 27.34%
G = 45.57%
B = 27.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#69AF68 (or 0x69AF68) is known color: Fern. HEX triplet: 69, AF and 68. RGB value is (105,175,104). Sum of RGB (Red+Green+Blue) = 105+175+104=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF68 is #965097. Grayscale: #929292. Windows color (decimal): -9851032 or 6860649. OLE color: 6860649.

HSL color Cylindrical-coordinate representation of color #69AF68: hue angle of 119.15º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69AF68 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 175 104 -
CMYK 0.40 0 0.41 0.31
HSL 119.15º 0.31% 0.55% -
HSV(B) 119.15º 0.41% 0.69% -
XYZ 23.65 34.66 18.54 -
YUV 145.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 105 175 104 0.40 0 0.41 0.31 119.15 0.31 0.55
Hex 69 AF 68 28 0 29 1F 77 1F 37
Octal 151 257 150 50 0 51 37 167 37 67
Binary 1101001 10101111 1101000 101000 0 101001 11111 1110111 11111 110111

Color Harmonies of #69AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AF68

Black with #69AF68

Text Example


Text Example

White with #69AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AF68; }

 p { color: rgb(105,175,104); }

 H1.HeaderClassName
 {
   color: #69AF68;
 }
 .AnyTagClassName
 {
   color: #69AF68;
 }
</style>

background-color css

<style>
 a { background-color: #69AF68; }

 a { background-color: rgb(105,175,104); }

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

border-color css

<style>
 span { border-color: #69AF68; }

 span { border-color: rgb(105,175,104); }

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