Html Css Color HEX #749D02 Christi

📋 copy color: '#749D02'

red 116 ◦ green 157 ◦ blue 2

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

Shades of Christi #749D02

Tints of Christi #749D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 42.18%
G = 57.09%
B = 0.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#749D02 (or 0x749D02) is known color: Christi. HEX triplet: 74, 9D and 02. RGB value is (116,157,2). Sum of RGB (Red+Green+Blue) = 116+157+2=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #749D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749D02 is #8B62FD. Grayscale: #7F7F7F. Windows color (decimal): -9134846 or 171380. OLE color: 171380.

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

Color convert

RGB 116 157 2 -
CMYK 0.26 0 0.99 0.38
HSL 75.87º 0.97% 0.31% -
HSV(B) 75.87º 0.99% 0.62% -
XYZ 19.27 27.83 4.41 -
YUV 127.07 57.42 120.1 -
System Red Green Blue C M Y K H S L
Decimal 116 157 2 0.26 0 0.99 0.38 75.87 0.97 0.31
Hex 74 9D 2 1A 0 63 26 4C 61 1F
Octal 164 235 2 32 0 143 46 114 141 37
Binary 1110100 10011101 10 11010 0 1100011 100110 1001100 1100001 11111

Color Harmonies of #749D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D02

Black with #749D02

Text Example


Text Example

White with #749D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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