Html Css Color HEX #70B008 Christi

📋 copy color: '#70B008'

red 112 ◦ green 176 ◦ blue 8

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

Shades of Christi #70B008

Tints of Christi #70B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.46%

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 37.84%
G = 59.46%
B = 2.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#70B008 (or 0x70B008) is known color: Christi. HEX triplet: 70, B0 and 08. RGB value is (112,176,8). Sum of RGB (Red+Green+Blue) = 112+176+8=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #70B008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70B008 is #8F4FF7. Grayscale: #8A8A8A. Windows color (decimal): -9392120 or 569456. OLE color: 569456.

HSL color Cylindrical-coordinate representation of color #70B008: hue angle of 82.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70B008 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 176 8 -
CMYK 0.36 0 0.95 0.31
HSL 82.86º 0.91% 0.36% -
HSV(B) 82.86º 0.95% 0.69% -
XYZ 22.25 34.51 5.72 -
YUV 137.71 54.8 109.66 -
System Red Green Blue C M Y K H S L
Decimal 112 176 8 0.36 0 0.95 0.31 82.86 0.91 0.36
Hex 70 B0 8 24 0 5F 1F 53 5B 24
Octal 160 260 10 44 0 137 37 123 133 44
Binary 1110000 10110000 1000 100100 0 1011111 11111 1010011 1011011 100100

Color Harmonies of #70B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B008

Black with #70B008

Text Example


Text Example

White with #70B008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,176,8); }

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

background-color css

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

 a { background-color: rgb(112,176,8); }

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

border-color css

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

 span { border-color: rgb(112,176,8); }

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