Html Css Color HEX #749C10 Christi

📋 copy color: '#749C10'

red 116 ◦ green 156 ◦ blue 16

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

Shades of Christi #749C10

Tints of Christi #749C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.17%

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

R = 40.28%
G = 54.17%
B = 5.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#749C10 (or 0x749C10) is known color: Christi. HEX triplet: 74, 9C and 10. RGB value is (116,156,16). Sum of RGB (Red+Green+Blue) = 116+156+16=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #749C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749C10 is #8B63EF. Grayscale: #808080. Windows color (decimal): -9135088 or 1088628. OLE color: 1088628.

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

Color convert

RGB 116 156 16 -
CMYK 0.26 0 0.90 0.39
HSL 77.14º 0.81% 0.34% -
HSV(B) 77.14º 0.9% 0.61% -
XYZ 19.18 27.53 4.79 -
YUV 128.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 116 156 16 0.26 0 0.90 0.39 77.14 0.81 0.34
Hex 74 9C 10 1A 0 5A 27 4D 51 22
Octal 164 234 20 32 0 132 47 115 121 42
Binary 1110100 10011100 10000 11010 0 1011010 100111 1001101 1010001 100010

Color Harmonies of #749C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C10

Black with #749C10

Text Example


Text Example

White with #749C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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