Html Css Color HEX #76890C Olive

📋 copy color: '#76890C'

red 118 ◦ green 137 ◦ blue 12

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

Shades of Olive #76890C

Tints of Olive #76890C

RGB

 RED value IS 118 (46.48% from 255) = 44.19%

 GREEN value IS 137 (53.91% from 255) = 51.31%

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

R = 44.19%
G = 51.31%
B = 4.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#76890C (or 0x76890C) is known color: Olive. HEX triplet: 76, 89 and 0C. RGB value is (118,137,12). Sum of RGB (Red+Green+Blue) = 118+137+12=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #76890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76890C is #8976F3. Grayscale: #757575. Windows color (decimal): -9008884 or 821622. OLE color: 821622.

HSL color Cylindrical-coordinate representation of color #76890C: hue angle of 69.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76890C is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 12 -
CMYK 0.14 0 0.91 0.46
HSL 69.12º 0.84% 0.29% -
HSV(B) 69.12º 0.91% 0.54% -
XYZ 16.48 21.77 3.68 -
YUV 117.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 118 137 12 0.14 0 0.91 0.46 69.12 0.84 0.29
Hex 76 89 C E 0 5B 2E 45 54 1D
Octal 166 211 14 16 0 133 56 105 124 35
Binary 1110110 10001001 1100 1110 0 1011011 101110 1000101 1010100 11101

Color Harmonies of #76890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76890C

Black with #76890C

Text Example


Text Example

White with #76890C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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