Html Css Color HEX #70B308 Christi

📋 copy color: '#70B308'

red 112 ◦ green 179 ◦ blue 8

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

Shades of Christi #70B308

Tints of Christi #70B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.87%

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

R = 37.46%
G = 59.87%
B = 2.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#70B308 (or 0x70B308) is known color: Christi. HEX triplet: 70, B3 and 08. RGB value is (112,179,8). Sum of RGB (Red+Green+Blue) = 112+179+8=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #70B308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B308 is #8F4CF7. Grayscale: #8C8C8C. Windows color (decimal): -9391352 or 570224. OLE color: 570224.

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

Color convert

RGB 112 179 8 -
CMYK 0.37 0 0.96 0.30
HSL 83.51º 0.91% 0.37% -
HSV(B) 83.51º 0.96% 0.7% -
XYZ 22.85 35.7 5.92 -
YUV 139.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 112 179 8 0.37 0 0.96 0.30 83.51 0.91 0.37
Hex 70 B3 8 25 0 60 1E 54 5B 25
Octal 160 263 10 45 0 140 36 124 133 45
Binary 1110000 10110011 1000 100101 0 1100000 11110 1010100 1011011 100101

Color Harmonies of #70B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B308

Black with #70B308

Text Example


Text Example

White with #70B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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