Html Css Color HEX #74760B Olive

📋 copy color: '#74760B'

red 116 ◦ green 118 ◦ blue 11

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

Shades of Olive #74760B

Tints of Olive #74760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 47.35%
G = 48.16%
B = 4.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#74760B (or 0x74760B) is known color: Olive. HEX triplet: 74, 76 and 0B. RGB value is (116,118,11). Sum of RGB (Red+Green+Blue) = 116+118+11=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #74760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74760B is #8B89F4. Grayscale: #696969. Windows color (decimal): -9144821 or 751220. OLE color: 751220.

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

Color convert

RGB 116 118 11 -
CMYK 0.02 0 0.91 0.54
HSL 61.12º 0.83% 0.25% -
HSV(B) 61.12º 0.91% 0.46% -
XYZ 13.74 16.69 2.81 -
YUV 105.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 116 118 11 0.02 0 0.91 0.54 61.12 0.83 0.25
Hex 74 76 B 2 0 5B 36 3D 53 19
Octal 164 166 13 2 0 133 66 75 123 31
Binary 1110100 1110110 1011 10 0 1011011 110110 111101 1010011 11001

Color Harmonies of #74760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74760B

Black with #74760B

Text Example


Text Example

White with #74760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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