Html Css Color HEX #749912 Christi

📋 copy color: '#749912'

red 116 ◦ green 153 ◦ blue 18

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

Shades of Christi #749912

Tints of Christi #749912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 40.42%
G = 53.31%
B = 6.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#749912 (or 0x749912) is known color: Christi. HEX triplet: 74, 99 and 12. RGB value is (116,153,18). Sum of RGB (Red+Green+Blue) = 116+153+18=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #749912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749912 is #8B66ED. Grayscale: #7F7F7F. Windows color (decimal): -9135854 or 1218932. OLE color: 1218932.

HSL color Cylindrical-coordinate representation of color #749912: hue angle of 76.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #749912 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 18 -
CMYK 0.24 0 0.88 0.4
HSL 76.44º 0.79% 0.34% -
HSV(B) 76.44º 0.88% 0.6% -
XYZ 18.7 26.54 4.71 -
YUV 126.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 116 153 18 0.24 0 0.88 0.4 76.44 0.79 0.34
Hex 74 99 12 18 0 58 28 4C 4F 22
Octal 164 231 22 30 0 130 50 114 117 42
Binary 1110100 10011001 10010 11000 0 1011000 101000 1001100 1001111 100010

Color Harmonies of #749912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749912

Black with #749912

Text Example


Text Example

White with #749912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749912; }

 p { color: rgb(116,153,18); }

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

background-color css

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

 a { background-color: rgb(116,153,18); }

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

border-color css

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

 span { border-color: rgb(116,153,18); }

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