Html Css Color HEX #709900 Christi

📋 copy color: '#709900'

red 112 ◦ green 153 ◦ blue 0

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

Shades of Christi #709900

Tints of Christi #709900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.26%
G = 57.74%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#709900 (or 0x709900) is known color: Christi. HEX triplet: 70, 99 and 00. RGB value is (112,153,0). Sum of RGB (Red+Green+Blue) = 112+153+0=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #709900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709900 is #8F66FF. Grayscale: #7B7B7B. Windows color (decimal): -9398016 or 39280. OLE color: 39280.

HSL color Cylindrical-coordinate representation of color #709900: hue angle of 76.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709900 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 0 -
CMYK 0.27 0 1 0.4
HSL 76.08º 1% 0.3% -
HSV(B) 76.08º 1% 0.6% -
XYZ 18.07 26.23 4.11 -
YUV 123.3 58.42 119.94 -
System Red Green Blue C M Y K H S L
Decimal 112 153 0 0.27 0 1 0.4 76.08 1 0.3
Hex 70 99 0 1B 0 64 28 4C 64 1E
Octal 160 231 0 33 0 144 50 114 144 36
Binary 1110000 10011001 0 11011 0 1100100 101000 1001100 1100100 11110

Color Harmonies of #709900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709900

Black with #709900

Text Example


Text Example

White with #709900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709900; }

 p { color: rgb(112,153,0); }

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

background-color css

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

 a { background-color: rgb(112,153,0); }

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

border-color css

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

 span { border-color: rgb(112,153,0); }

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