Html Css Color HEX #74760C Olive

📋 copy color: '#74760C'

red 116 ◦ green 118 ◦ blue 12

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

Shades of Olive #74760C

Tints of Olive #74760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.97%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 47.15%
G = 47.97%
B = 4.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#74760C (or 0x74760C) is known color: Olive. HEX triplet: 74, 76 and 0C. RGB value is (116,118,12). Sum of RGB (Red+Green+Blue) = 116+118+12=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #74760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74760C is #8B89F3. Grayscale: #696969. Windows color (decimal): -9144820 or 816756. OLE color: 816756.

HSL color Cylindrical-coordinate representation of color #74760C: hue angle of 61.13º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74760C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 12 -
CMYK 0.02 0 0.90 0.54
HSL 61.13º 0.82% 0.25% -
HSV(B) 61.13º 0.9% 0.46% -
XYZ 13.75 16.7 2.85 -
YUV 105.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 116 118 12 0.02 0 0.90 0.54 61.13 0.82 0.25
Hex 74 76 C 2 0 5A 36 3D 52 19
Octal 164 166 14 2 0 132 66 75 122 31
Binary 1110100 1110110 1100 10 0 1011010 110110 111101 1010010 11001

Color Harmonies of #74760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74760C

Black with #74760C

Text Example


Text Example

White with #74760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74760C; }

 p { color: rgb(116,118,12); }

 H1.HeaderClassName
 {
   color: #74760C;
 }
 .AnyTagClassName
 {
   color: #74760C;
 }
</style>

background-color css

<style>
 a { background-color: #74760C; }

 a { background-color: rgb(116,118,12); }

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

border-color css

<style>
 span { border-color: #74760C; }

 span { border-color: rgb(116,118,12); }

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