Html Css Color HEX #70B309 Christi

📋 copy color: '#70B309'

red 112 ◦ green 179 ◦ blue 9

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

Shades of Christi #70B309

Tints of Christi #70B309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3%

R = 37.33%
G = 59.67%
B = 3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#70B309 (or 0x70B309) is known color: Christi. HEX triplet: 70, B3 and 09. RGB value is (112,179,9). Sum of RGB (Red+Green+Blue) = 112+179+9=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #70B309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B309 is #8F4CF6. Grayscale: #8C8C8C. Windows color (decimal): -9391351 or 635760. OLE color: 635760.

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

Color convert

RGB 112 179 9 -
CMYK 0.37 0 0.95 0.30
HSL 83.65º 0.9% 0.37% -
HSV(B) 83.65º 0.95% 0.7% -
XYZ 22.85 35.7 5.95 -
YUV 139.59 54.3 108.32 -
System Red Green Blue C M Y K H S L
Decimal 112 179 9 0.37 0 0.95 0.30 83.65 0.9 0.37
Hex 70 B3 9 25 0 5F 1E 54 5A 25
Octal 160 263 11 45 0 137 36 124 132 45
Binary 1110000 10110011 1001 100101 0 1011111 11110 1010100 1011010 100101

Color Harmonies of #70B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B309

Black with #70B309

Text Example


Text Example

White with #70B309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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