Html Css Color HEX #76730A Olive

📋 copy color: '#76730A'

red 118 ◦ green 115 ◦ blue 10

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

Shades of Olive #76730A

Tints of Olive #76730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 48.56%
G = 47.33%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76730A (or 0x76730A) is known color: Olive. HEX triplet: 76, 73 and 0A. RGB value is (118,115,10). Sum of RGB (Red+Green+Blue) = 118+115+10=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76730A is #898CF5. Grayscale: #686868. Windows color (decimal): -9014518 or 684918. OLE color: 684918.

HSL color Cylindrical-coordinate representation of color #76730A: hue angle of 58.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76730A is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 10 -
CMYK 0 0.03 0.92 0.54
HSL 58.33º 0.84% 0.25% -
HSV(B) 58.33º 0.92% 0.46% -
XYZ 13.66 16.13 2.68 -
YUV 103.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 118 115 10 0 0.03 0.92 0.54 58.33 0.84 0.25
Hex 76 73 A 0 3 5C 36 3A 54 19
Octal 166 163 12 0 3 134 66 72 124 31
Binary 1110110 1110011 1010 0 11 1011100 110110 111010 1010100 11001

Color Harmonies of #76730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76730A

Black with #76730A

Text Example


Text Example

White with #76730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76730A; }

 p { color: rgb(118,115,10); }

 H1.HeaderClassName
 {
   color: #76730A;
 }
 .AnyTagClassName
 {
   color: #76730A;
 }
</style>

background-color css

<style>
 a { background-color: #76730A; }

 a { background-color: rgb(118,115,10); }

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

border-color css

<style>
 span { border-color: #76730A; }

 span { border-color: rgb(118,115,10); }

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