Html Css Color HEX #749806 Christi

📋 copy color: '#749806'

red 116 ◦ green 152 ◦ blue 6

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

Shades of Christi #749806

Tints of Christi #749806

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.47%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 42.34%
G = 55.47%
B = 2.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#749806 (or 0x749806) is known color: Christi. HEX triplet: 74, 98 and 06. RGB value is (116,152,6). Sum of RGB (Red+Green+Blue) = 116+152+6=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #749806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749806 is #8B67F9. Grayscale: #7D7D7D. Windows color (decimal): -9136122 or 432244. OLE color: 432244.

HSL color Cylindrical-coordinate representation of color #749806: hue angle of 74.79º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #749806 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 6 -
CMYK 0.24 0 0.96 0.40
HSL 74.79º 0.92% 0.31% -
HSV(B) 74.79º 0.96% 0.6% -
XYZ 18.46 26.18 4.25 -
YUV 124.59 61.07 121.87 -
System Red Green Blue C M Y K H S L
Decimal 116 152 6 0.24 0 0.96 0.40 74.79 0.92 0.31
Hex 74 98 6 18 0 60 28 4B 5C 1F
Octal 164 230 6 30 0 140 50 113 134 37
Binary 1110100 10011000 110 11000 0 1100000 101000 1001011 1011100 11111

Color Harmonies of #749806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749806

Black with #749806

Text Example


Text Example

White with #749806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749806; }

 p { color: rgb(116,152,6); }

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

background-color css

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

 a { background-color: rgb(116,152,6); }

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

border-color css

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

 span { border-color: rgb(116,152,6); }

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