Html Css Color HEX #739A00 Christi

📋 copy color: '#739A00'

red 115 ◦ green 154 ◦ blue 0

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

Shades of Christi #739A00

Tints of Christi #739A00

RGB

 RED value IS 115 (45.31% from 255) = 42.75%

 GREEN value IS 154 (60.55% from 255) = 57.25%

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

R = 42.75%
G = 57.25%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#739A00 (or 0x739A00) is known color: Christi. HEX triplet: 73, 9A and 00. RGB value is (115,154,0). Sum of RGB (Red+Green+Blue) = 115+154+0=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #739A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739A00 is #8C65FF. Grayscale: #7D7D7D. Windows color (decimal): -9201152 or 39539. OLE color: 39539.

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

Color convert

RGB 115 154 0 -
CMYK 0.25 0 1 0.40
HSL 75.19º 1% 0.3% -
HSV(B) 75.19º 1% 0.6% -
XYZ 18.63 26.76 4.18 -
YUV 124.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 115 154 0 0.25 0 1 0.40 75.19 1 0.3
Hex 73 9A 0 19 0 64 28 4B 64 1E
Octal 163 232 0 31 0 144 50 113 144 36
Binary 1110011 10011010 0 11001 0 1100100 101000 1001011 1100100 11110

Color Harmonies of #739A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A00

Black with #739A00

Text Example


Text Example

White with #739A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A00; }

 p { color: rgb(115,154,0); }

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

background-color css

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

 a { background-color: rgb(115,154,0); }

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

border-color css

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

 span { border-color: rgb(115,154,0); }

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