Html Css Color HEX #749B03 Christi

📋 copy color: '#749B03'

red 116 ◦ green 155 ◦ blue 3

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

Shades of Christi #749B03

Tints of Christi #749B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.57%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 42.34%
G = 56.57%
B = 1.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#749B03 (or 0x749B03) is known color: Christi. HEX triplet: 74, 9B and 03. RGB value is (116,155,3). Sum of RGB (Red+Green+Blue) = 116+155+3=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #749B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749B03 is #8B64FC. Grayscale: #7E7E7E. Windows color (decimal): -9135357 or 236404. OLE color: 236404.

HSL color Cylindrical-coordinate representation of color #749B03: hue angle of 75.39º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #749B03 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 3 -
CMYK 0.25 0 0.98 0.39
HSL 75.39º 0.96% 0.31% -
HSV(B) 75.39º 0.98% 0.61% -
XYZ 18.94 27.16 4.33 -
YUV 126.01 58.58 120.86 -
System Red Green Blue C M Y K H S L
Decimal 116 155 3 0.25 0 0.98 0.39 75.39 0.96 0.31
Hex 74 9B 3 19 0 62 27 4B 60 1F
Octal 164 233 3 31 0 142 47 113 140 37
Binary 1110100 10011011 11 11001 0 1100010 100111 1001011 1100000 11111

Color Harmonies of #749B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B03

Black with #749B03

Text Example


Text Example

White with #749B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,3); }

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

background-color css

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

 a { background-color: rgb(116,155,3); }

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

border-color css

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

 span { border-color: rgb(116,155,3); }

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