Html Css Color HEX #68B270 Fern

📋 copy color: '#68B270'

red 104 ◦ green 178 ◦ blue 112

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

Shades of Fern #68B270

Tints of Fern #68B270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 26.4%
G = 45.18%
B = 28.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#68B270 (or 0x68B270) is known color: Fern. HEX triplet: 68, B2 and 70. RGB value is (104,178,112). Sum of RGB (Red+Green+Blue) = 104+178+112=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #68B270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B270 is #974D8F. Grayscale: #949494. Windows color (decimal): -9915792 or 7385704. OLE color: 7385704.

HSL color Cylindrical-coordinate representation of color #68B270: hue angle of 126.49º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B270 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 178 112 -
CMYK 0.42 0 0.37 0.30
HSL 126.49º 0.32% 0.55% -
HSV(B) 126.49º 0.42% 0.7% -
XYZ 24.55 35.95 20.97 -
YUV 148.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 104 178 112 0.42 0 0.37 0.30 126.49 0.32 0.55
Hex 68 B2 70 2A 0 25 1E 7E 20 37
Octal 150 262 160 52 0 45 36 176 40 67
Binary 1101000 10110010 1110000 101010 0 100101 11110 1111110 100000 110111

Color Harmonies of #68B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B270

Black with #68B270

Text Example


Text Example

White with #68B270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,178,112); }

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

background-color css

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

 a { background-color: rgb(104,178,112); }

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

border-color css

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

 span { border-color: rgb(104,178,112); }

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