Html Css Color HEX #749A00 Christi

📋 copy color: '#749A00'

red 116 ◦ green 154 ◦ blue 0

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

Shades of Christi #749A00

Tints of Christi #749A00

RGB

 RED value IS 116 (45.7% from 255) = 42.96%

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

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

R = 42.96%
G = 57.04%
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

#749A00 (or 0x749A00) is known color: Christi. HEX triplet: 74, 9A and 00. RGB value is (116,154,0). Sum of RGB (Red+Green+Blue) = 116+154+0=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #749A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749A00 is #8B65FF. Grayscale: #7D7D7D. Windows color (decimal): -9135616 or 39540. OLE color: 39540.

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

Color convert

RGB 116 154 0 -
CMYK 0.25 0 1 0.40
HSL 74.81º 1% 0.3% -
HSV(B) 74.81º 1% 0.6% -
XYZ 18.76 26.82 4.19 -
YUV 125.08 57.41 121.52 -
System Red Green Blue C M Y K H S L
Decimal 116 154 0 0.25 0 1 0.40 74.81 1 0.3
Hex 74 9A 0 19 0 64 28 4B 64 1E
Octal 164 232 0 31 0 144 50 113 144 36
Binary 1110100 10011010 0 11001 0 1100100 101000 1001011 1100100 11110

Color Harmonies of #749A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A00

Black with #749A00

Text Example


Text Example

White with #749A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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