Html Css Color HEX #709F00 Christi

📋 copy color: '#709F00'

red 112 ◦ green 159 ◦ blue 0

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

Shades of Christi #709F00

Tints of Christi #709F00

RGB

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

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

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

R = 41.33%
G = 58.67%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#709F00 (or 0x709F00) is known color: Christi. HEX triplet: 70, 9F and 00. RGB value is (112,159,0). Sum of RGB (Red+Green+Blue) = 112+159+0=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #709F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709F00 is #8F60FF. Grayscale: #7F7F7F. Windows color (decimal): -9396480 or 40816. OLE color: 40816.

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

Color convert

RGB 112 159 0 -
CMYK 0.30 0 1 0.38
HSL 77.74º 1% 0.31% -
HSV(B) 77.74º 1% 0.62% -
XYZ 19.08 28.24 4.45 -
YUV 126.82 56.43 117.43 -
System Red Green Blue C M Y K H S L
Decimal 112 159 0 0.30 0 1 0.38 77.74 1 0.31
Hex 70 9F 0 1E 0 64 26 4E 64 1F
Octal 160 237 0 36 0 144 46 116 144 37
Binary 1110000 10011111 0 11110 0 1100100 100110 1001110 1100100 11111

Color Harmonies of #709F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F00

Black with #709F00

Text Example


Text Example

White with #709F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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