Html Css Color HEX #70B765 Fern

📋 copy color: '#70B765'

red 112 ◦ green 183 ◦ blue 101

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

Shades of Fern #70B765

Tints of Fern #70B765

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.21%

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 28.28%
G = 46.21%
B = 25.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#70B765 (or 0x70B765) is known color: Fern. HEX triplet: 70, B7 and 65. RGB value is (112,183,101). Sum of RGB (Red+Green+Blue) = 112+183+101=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #70B765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B765 is #8F489A. Grayscale: #989898. Windows color (decimal): -9390235 or 6666096. OLE color: 6666096.

HSL color Cylindrical-coordinate representation of color #70B765: hue angle of 111.95º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B765 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 101 -
CMYK 0.39 0 0.45 0.28
HSL 111.95º 0.36% 0.56% -
HSV(B) 111.95º 0.45% 0.72% -
XYZ 25.96 38.25 18.33 -
YUV 152.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 112 183 101 0.39 0 0.45 0.28 111.95 0.36 0.56
Hex 70 B7 65 27 0 2D 1C 70 24 38
Octal 160 267 145 47 0 55 34 160 44 70
Binary 1110000 10110111 1100101 100111 0 101101 11100 1110000 100100 111000

Color Harmonies of #70B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B765

Black with #70B765

Text Example


Text Example

White with #70B765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,101); }

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

background-color css

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

 a { background-color: rgb(112,183,101); }

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

border-color css

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

 span { border-color: rgb(112,183,101); }

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