Html Css Color HEX #74770B Olive

📋 copy color: '#74770B'

red 116 ◦ green 119 ◦ blue 11

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

Shades of Olive #74770B

Tints of Olive #74770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.37%

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

R = 47.15%
G = 48.37%
B = 4.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#74770B (or 0x74770B) is known color: Olive. HEX triplet: 74, 77 and 0B. RGB value is (116,119,11). Sum of RGB (Red+Green+Blue) = 116+119+11=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #74770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74770B is #8B88F4. Grayscale: #6A6A6A. Windows color (decimal): -9144565 or 751476. OLE color: 751476.

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

Color convert

RGB 116 119 11 -
CMYK 0.03 0 0.91 0.53
HSL 61.67º 0.83% 0.25% -
HSV(B) 61.67º 0.91% 0.47% -
XYZ 13.86 16.93 2.85 -
YUV 105.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 116 119 11 0.03 0 0.91 0.53 61.67 0.83 0.25
Hex 74 77 B 3 0 5B 35 3E 53 19
Octal 164 167 13 3 0 133 65 76 123 31
Binary 1110100 1110111 1011 11 0 1011011 110101 111110 1010011 11001

Color Harmonies of #74770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74770B

Black with #74770B

Text Example


Text Example

White with #74770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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