Html Css Color HEX #68AB75 Fern

📋 copy color: '#68AB75'

red 104 ◦ green 171 ◦ blue 117

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

Shades of Fern #68AB75

Tints of Fern #68AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 26.53%
G = 43.62%
B = 29.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#68AB75 (or 0x68AB75) is known color: Fern. HEX triplet: 68, AB and 75. RGB value is (104,171,117). Sum of RGB (Red+Green+Blue) = 104+171+117=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB75 is #97548A. Grayscale: #909090. Windows color (decimal): -9917579 or 7711592. OLE color: 7711592.

HSL color Cylindrical-coordinate representation of color #68AB75: hue angle of 131.64º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB75 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 171 117 -
CMYK 0.39 0 0.32 0.33
HSL 131.64º 0.29% 0.54% -
HSV(B) 131.64º 0.39% 0.67% -
XYZ 23.48 33.35 22.03 -
YUV 144.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 104 171 117 0.39 0 0.32 0.33 131.64 0.29 0.54
Hex 68 AB 75 27 0 20 21 84 1D 36
Octal 150 253 165 47 0 40 41 204 35 66
Binary 1101000 10101011 1110101 100111 0 100000 100001 10000100 11101 110110

Color Harmonies of #68AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB75

Black with #68AB75

Text Example


Text Example

White with #68AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,117); }

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

background-color css

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

 a { background-color: rgb(104,171,117); }

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

border-color css

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

 span { border-color: rgb(104,171,117); }

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