Html Css Color HEX #739D00 Christi

📋 copy color: '#739D00'

red 115 ◦ green 157 ◦ blue 0

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

Shades of Christi #739D00

Tints of Christi #739D00

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.72%

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

R = 42.28%
G = 57.72%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#739D00 (or 0x739D00) is known color: Christi. HEX triplet: 73, 9D and 00. RGB value is (115,157,0). Sum of RGB (Red+Green+Blue) = 115+157+0=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #739D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739D00 is #8C62FF. Grayscale: #7F7F7F. Windows color (decimal): -9200384 or 40307. OLE color: 40307.

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

Color convert

RGB 115 157 0 -
CMYK 0.27 0 1 0.38
HSL 76.05º 1% 0.31% -
HSV(B) 76.05º 1% 0.62% -
XYZ 19.13 27.76 4.35 -
YUV 126.54 56.59 119.77 -
System Red Green Blue C M Y K H S L
Decimal 115 157 0 0.27 0 1 0.38 76.05 1 0.31
Hex 73 9D 0 1B 0 64 26 4C 64 1F
Octal 163 235 0 33 0 144 46 114 144 37
Binary 1110011 10011101 0 11011 0 1100100 100110 1001100 1100100 11111

Color Harmonies of #739D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D00

Black with #739D00

Text Example


Text Example

White with #739D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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