Html Css Color HEX #68B474 Fern

📋 copy color: '#68B474'

red 104 ◦ green 180 ◦ blue 116

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

Shades of Fern #68B474

Tints of Fern #68B474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 26%
G = 45%
B = 29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#68B474 (or 0x68B474) is known color: Fern. HEX triplet: 68, B4 and 74. RGB value is (104,180,116). Sum of RGB (Red+Green+Blue) = 104+180+116=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #68B474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B474 is #974B8B. Grayscale: #969696. Windows color (decimal): -9915276 or 7648360. OLE color: 7648360.

HSL color Cylindrical-coordinate representation of color #68B474: hue angle of 129.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B474 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 180 116 -
CMYK 0.42 0 0.36 0.29
HSL 129.47º 0.34% 0.56% -
HSV(B) 129.47º 0.42% 0.71% -
XYZ 25.18 36.85 22.31 -
YUV 149.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 104 180 116 0.42 0 0.36 0.29 129.47 0.34 0.56
Hex 68 B4 74 2A 0 24 1D 81 22 38
Octal 150 264 164 52 0 44 35 201 42 70
Binary 1101000 10110100 1110100 101010 0 100100 11101 10000001 100010 111000

Color Harmonies of #68B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B474

Black with #68B474

Text Example


Text Example

White with #68B474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,116); }

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

background-color css

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

 a { background-color: rgb(104,180,116); }

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

border-color css

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

 span { border-color: rgb(104,180,116); }

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