Html Css Color HEX #749D10 Christi

📋 copy color: '#749D10'

red 116 ◦ green 157 ◦ blue 16

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

Shades of Christi #749D10

Tints of Christi #749D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 40.14%
G = 54.33%
B = 5.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#749D10 (or 0x749D10) is known color: Christi. HEX triplet: 74, 9D and 10. RGB value is (116,157,16). Sum of RGB (Red+Green+Blue) = 116+157+16=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #749D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D10 is #8B62EF. Grayscale: #818181. Windows color (decimal): -9134832 or 1088884. OLE color: 1088884.

HSL color Cylindrical-coordinate representation of color #749D10: hue angle of 77.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #749D10 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 16 -
CMYK 0.26 0 0.90 0.38
HSL 77.45º 0.82% 0.34% -
HSV(B) 77.45º 0.9% 0.62% -
XYZ 19.35 27.86 4.85 -
YUV 128.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 116 157 16 0.26 0 0.90 0.38 77.45 0.82 0.34
Hex 74 9D 10 1A 0 5A 26 4D 52 22
Octal 164 235 20 32 0 132 46 115 122 42
Binary 1110100 10011101 10000 11010 0 1011010 100110 1001101 1010010 100010

Color Harmonies of #749D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D10

Black with #749D10

Text Example


Text Example

White with #749D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,16); }

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

background-color css

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

 a { background-color: rgb(116,157,16); }

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

border-color css

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

 span { border-color: rgb(116,157,16); }

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