Html Css Color HEX #709F02 Christi

📋 copy color: '#709F02'

red 112 ◦ green 159 ◦ blue 2

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

Shades of Christi #709F02

Tints of Christi #709F02

RGB

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

 GREEN value IS 159 (62.5% from 255) = 58.24%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 41.03%
G = 58.24%
B = 0.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#709F02 (or 0x709F02) is known color: Christi. HEX triplet: 70, 9F and 02. RGB value is (112,159,2). Sum of RGB (Red+Green+Blue) = 112+159+2=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #709F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709F02 is #8F60FD. Grayscale: #7F7F7F. Windows color (decimal): -9396478 or 171888. OLE color: 171888.

HSL color Cylindrical-coordinate representation of color #709F02: hue angle of 77.96º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709F02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 2 -
CMYK 0.30 0 0.99 0.38
HSL 77.96º 0.98% 0.32% -
HSV(B) 77.96º 0.99% 0.62% -
XYZ 19.09 28.25 4.5 -
YUV 127.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 112 159 2 0.30 0 0.99 0.38 77.96 0.98 0.32
Hex 70 9F 2 1E 0 63 26 4E 62 20
Octal 160 237 2 36 0 143 46 116 142 40
Binary 1110000 10011111 10 11110 0 1100011 100110 1001110 1100010 100000

Color Harmonies of #709F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F02

Black with #709F02

Text Example


Text Example

White with #709F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709F02; }

 p { color: rgb(112,159,2); }

 H1.HeaderClassName
 {
   color: #709F02;
 }
 .AnyTagClassName
 {
   color: #709F02;
 }
</style>

background-color css

<style>
 a { background-color: #709F02; }

 a { background-color: rgb(112,159,2); }

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

border-color css

<style>
 span { border-color: #709F02; }

 span { border-color: rgb(112,159,2); }

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