Html Css Color HEX #709800 Christi

📋 copy color: '#709800'

red 112 ◦ green 152 ◦ blue 0

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

Shades of Christi #709800

Tints of Christi #709800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.58%

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

R = 42.42%
G = 57.58%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#709800 (or 0x709800) is known color: Christi. HEX triplet: 70, 98 and 00. RGB value is (112,152,0). Sum of RGB (Red+Green+Blue) = 112+152+0=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #709800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709800 is #8F67FF. Grayscale: #7B7B7B. Windows color (decimal): -9398272 or 39024. OLE color: 39024.

HSL color Cylindrical-coordinate representation of color #709800: hue angle of 75.79º 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 #709800 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 0 -
CMYK 0.26 0 1 0.40
HSL 75.79º 1% 0.3% -
HSV(B) 75.79º 1% 0.6% -
XYZ 17.91 25.9 4.06 -
YUV 122.71 58.75 120.36 -
System Red Green Blue C M Y K H S L
Decimal 112 152 0 0.26 0 1 0.40 75.79 1 0.3
Hex 70 98 0 1A 0 64 28 4C 64 1E
Octal 160 230 0 32 0 144 50 114 144 36
Binary 1110000 10011000 0 11010 0 1100100 101000 1001100 1100100 11110

Color Harmonies of #709800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709800

Black with #709800

Text Example


Text Example

White with #709800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709800; }

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

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

background-color css

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

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

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

border-color css

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

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

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