Html Css Color HEX #749F06 Christi

📋 copy color: '#749F06'

red 116 ◦ green 159 ◦ blue 6

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

Shades of Christi #749F06

Tints of Christi #749F06

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.58%

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

R = 41.28%
G = 56.58%
B = 2.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#749F06 (or 0x749F06) is known color: Christi. HEX triplet: 74, 9F and 06. RGB value is (116,159,6). Sum of RGB (Red+Green+Blue) = 116+159+6=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #749F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749F06 is #8B60F9. Grayscale: #818181. Windows color (decimal): -9134330 or 434036. OLE color: 434036.

HSL color Cylindrical-coordinate representation of color #749F06: hue angle of 76.86º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #749F06 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 6 -
CMYK 0.27 0 0.96 0.38
HSL 76.86º 0.93% 0.32% -
HSV(B) 76.86º 0.96% 0.62% -
XYZ 19.63 28.52 4.64 -
YUV 128.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 116 159 6 0.27 0 0.96 0.38 76.86 0.93 0.32
Hex 74 9F 6 1B 0 60 26 4D 5D 20
Octal 164 237 6 33 0 140 46 115 135 40
Binary 1110100 10011111 110 11011 0 1100000 100110 1001101 1011101 100000

Color Harmonies of #749F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F06

Black with #749F06

Text Example


Text Example

White with #749F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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