Html Css Color HEX #70B269 Fern

📋 copy color: '#70B269'

red 112 ◦ green 178 ◦ blue 105

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

Shades of Fern #70B269

Tints of Fern #70B269

RGB

 RED value IS 112 (44.14% from 255) = 28.35%

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 28.35%
G = 45.06%
B = 26.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#70B269 (or 0x70B269) is known color: Fern. HEX triplet: 70, B2 and 69. RGB value is (112,178,105). Sum of RGB (Red+Green+Blue) = 112+178+105=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #70B269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B269 is #8F4D96. Grayscale: #969696. Windows color (decimal): -9391511 or 6926960. OLE color: 6926960.

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

Color convert

RGB 112 178 105 -
CMYK 0.37 0 0.41 0.30
HSL 114.25º 0.32% 0.55% -
HSV(B) 114.25º 0.41% 0.7% -
XYZ 25.15 36.31 19.05 -
YUV 149.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 112 178 105 0.37 0 0.41 0.30 114.25 0.32 0.55
Hex 70 B2 69 25 0 29 1E 72 20 37
Octal 160 262 151 45 0 51 36 162 40 67
Binary 1110000 10110010 1101001 100101 0 101001 11110 1110010 100000 110111

Color Harmonies of #70B269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B269

Black with #70B269

Text Example


Text Example

White with #70B269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70B269; }

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

 H1.HeaderClassName
 {
   color: #70B269;
 }
 .AnyTagClassName
 {
   color: #70B269;
 }
</style>

background-color css

<style>
 a { background-color: #70B269; }

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

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

border-color css

<style>
 span { border-color: #70B269; }

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

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