Html Css Color HEX #70BB07 Christi

📋 copy color: '#70BB07'

red 112 ◦ green 187 ◦ blue 7

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

Shades of Christi #70BB07

Tints of Christi #70BB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 61.11%

 BLUE value IS 7 (3.13% from 255) = 2.29%

R = 36.6%
G = 61.11%
B = 2.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#70BB07 (or 0x70BB07) is known color: Christi. HEX triplet: 70, BB and 07. RGB value is (112,187,7). Sum of RGB (Red+Green+Blue) = 112+187+7=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BB07 is #8F44F8. Grayscale: #909090. Windows color (decimal): -9389305 or 506736. OLE color: 506736.

HSL color Cylindrical-coordinate representation of color #70BB07: hue angle of 85º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70BB07 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 7 -
CMYK 0.40 0 0.96 0.27
HSL 85º 0.93% 0.38% -
HSV(B) 85º 0.96% 0.73% -
XYZ 24.49 39 6.44 -
YUV 144.06 50.65 105.14 -
System Red Green Blue C M Y K H S L
Decimal 112 187 7 0.40 0 0.96 0.27 85 0.93 0.38
Hex 70 BB 7 28 0 60 1B 55 5D 26
Octal 160 273 7 50 0 140 33 125 135 46
Binary 1110000 10111011 111 101000 0 1100000 11011 1010101 1011101 100110

Color Harmonies of #70BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB07

Black with #70BB07

Text Example


Text Example

White with #70BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,7); }

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

background-color css

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

 a { background-color: rgb(112,187,7); }

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

border-color css

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

 span { border-color: rgb(112,187,7); }

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