Html Css Color HEX #729900 Christi

📋 copy color: '#729900'

red 114 ◦ green 153 ◦ blue 0

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

Shades of Christi #729900

Tints of Christi #729900

RGB

 RED value IS 114 (44.92% from 255) = 42.7%

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

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

R = 42.7%
G = 57.3%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#729900 (or 0x729900) is known color: Christi. HEX triplet: 72, 99 and 00. RGB value is (114,153,0). Sum of RGB (Red+Green+Blue) = 114+153+0=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #729900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729900 is #8D66FF. Grayscale: #7C7C7C. Windows color (decimal): -9266944 or 39282. OLE color: 39282.

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

Color convert

RGB 114 153 0 -
CMYK 0.25 0 1 0.4
HSL 75.29º 1% 0.3% -
HSV(B) 75.29º 1% 0.6% -
XYZ 18.33 26.36 4.12 -
YUV 123.9 58.08 120.94 -
System Red Green Blue C M Y K H S L
Decimal 114 153 0 0.25 0 1 0.4 75.29 1 0.3
Hex 72 99 0 19 0 64 28 4B 64 1E
Octal 162 231 0 31 0 144 50 113 144 36
Binary 1110010 10011001 0 11001 0 1100100 101000 1001011 1100100 11110

Color Harmonies of #729900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729900

Black with #729900

Text Example


Text Example

White with #729900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729900; }

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

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

background-color css

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

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

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

border-color css

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

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

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