Html Css Color HEX #749D00 Christi

📋 copy color: '#749D00'

red 116 ◦ green 157 ◦ blue 0

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

Shades of Christi #749D00

Tints of Christi #749D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.49%
G = 57.51%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#749D00 (or 0x749D00) is known color: Christi. HEX triplet: 74, 9D and 00. RGB value is (116,157,0). Sum of RGB (Red+Green+Blue) = 116+157+0=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #749D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D00 is #8B62FF. Grayscale: #7F7F7F. Windows color (decimal): -9134848 or 40308. OLE color: 40308.

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

Color convert

RGB 116 157 0 -
CMYK 0.26 0 1 0.38
HSL 75.67º 1% 0.31% -
HSV(B) 75.67º 1% 0.62% -
XYZ 19.26 27.83 4.36 -
YUV 126.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 116 157 0 0.26 0 1 0.38 75.67 1 0.31
Hex 74 9D 0 1A 0 64 26 4C 64 1F
Octal 164 235 0 32 0 144 46 114 144 37
Binary 1110100 10011101 0 11010 0 1100100 100110 1001100 1100100 11111

Color Harmonies of #749D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D00

Black with #749D00

Text Example


Text Example

White with #749D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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