Html Css Color HEX #68AF76 Fern

📋 copy color: '#68AF76'

red 104 ◦ green 175 ◦ blue 118

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

Shades of Fern #68AF76

Tints of Fern #68AF76

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 26.2%
G = 44.08%
B = 29.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#68AF76 (or 0x68AF76) is known color: Fern. HEX triplet: 68, AF and 76. RGB value is (104,175,118). Sum of RGB (Red+Green+Blue) = 104+175+118=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF76 is #975089. Grayscale: #939393. Windows color (decimal): -9916554 or 7778152. OLE color: 7778152.

HSL color Cylindrical-coordinate representation of color #68AF76: hue angle of 131.83º 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 #68AF76 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 118 -
CMYK 0.41 0 0.33 0.31
HSL 131.83º 0.31% 0.55% -
HSV(B) 131.83º 0.41% 0.69% -
XYZ 24.31 34.91 22.6 -
YUV 147.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 104 175 118 0.41 0 0.33 0.31 131.83 0.31 0.55
Hex 68 AF 76 29 0 21 1F 84 1F 37
Octal 150 257 166 51 0 41 37 204 37 67
Binary 1101000 10101111 1110110 101001 0 100001 11111 10000100 11111 110111

Color Harmonies of #68AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF76

Black with #68AF76

Text Example


Text Example

White with #68AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AF76; }

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

 H1.HeaderClassName
 {
   color: #68AF76;
 }
 .AnyTagClassName
 {
   color: #68AF76;
 }
</style>

background-color css

<style>
 a { background-color: #68AF76; }

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

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

border-color css

<style>
 span { border-color: #68AF76; }

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

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