Html Css Color HEX #70B609 Christi

📋 copy color: '#70B609'

red 112 ◦ green 182 ◦ blue 9

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

Shades of Christi #70B609

Tints of Christi #70B609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.07%

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

R = 36.96%
G = 60.07%
B = 2.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#70B609 (or 0x70B609) is known color: Christi. HEX triplet: 70, B6 and 09. RGB value is (112,182,9). Sum of RGB (Red+Green+Blue) = 112+182+9=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #70B609 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B609 is #8F49F6. Grayscale: #8D8D8D. Windows color (decimal): -9390583 or 636528. OLE color: 636528.

HSL color Cylindrical-coordinate representation of color #70B609: hue angle of 84.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70B609 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 182 9 -
CMYK 0.38 0 0.95 0.29
HSL 84.28º 0.91% 0.37% -
HSV(B) 84.28º 0.95% 0.71% -
XYZ 23.46 36.92 6.15 -
YUV 141.35 53.31 107.07 -
System Red Green Blue C M Y K H S L
Decimal 112 182 9 0.38 0 0.95 0.29 84.28 0.91 0.37
Hex 70 B6 9 26 0 5F 1D 54 5B 25
Octal 160 266 11 46 0 137 35 124 133 45
Binary 1110000 10110110 1001 100110 0 1011111 11101 1010100 1011011 100101

Color Harmonies of #70B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B609

Black with #70B609

Text Example


Text Example

White with #70B609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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