Html Css Color HEX #747D02 Olive

📋 copy color: '#747D02'

red 116 ◦ green 125 ◦ blue 2

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

Shades of Olive #747D02

Tints of Olive #747D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

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

R = 47.74%
G = 51.44%
B = 0.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#747D02 (or 0x747D02) is known color: Olive. HEX triplet: 74, 7D and 02. RGB value is (116,125,2). Sum of RGB (Red+Green+Blue) = 116+125+2=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #747D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747D02 is #8B82FD. Grayscale: #6C6C6C. Windows color (decimal): -9143038 or 163188. OLE color: 163188.

HSL color Cylindrical-coordinate representation of color #747D02: hue angle of 64.39º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #747D02 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 2 -
CMYK 0.07 0 0.98 0.51
HSL 64.39º 0.97% 0.25% -
HSV(B) 64.39º 0.98% 0.49% -
XYZ 14.55 18.38 2.84 -
YUV 108.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 116 125 2 0.07 0 0.98 0.51 64.39 0.97 0.25
Hex 74 7D 2 7 0 62 33 40 61 19
Octal 164 175 2 7 0 142 63 100 141 31
Binary 1110100 1111101 10 111 0 1100010 110011 1000000 1100001 11001

Color Harmonies of #747D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D02

Black with #747D02

Text Example


Text Example

White with #747D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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