Html Css Color HEX #758308 Olive

📋 copy color: '#758308'

red 117 ◦ green 131 ◦ blue 8

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

Shades of Olive #758308

Tints of Olive #758308

RGB

 RED value IS 117 (46.09% from 255) = 45.7%

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 45.7%
G = 51.17%
B = 3.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#758308 (or 0x758308) is known color: Olive. HEX triplet: 75, 83 and 08. RGB value is (117,131,8). Sum of RGB (Red+Green+Blue) = 117+131+8=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #758308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758308 is #8A7CF7. Grayscale: #717171. Windows color (decimal): -9075960 or 557941. OLE color: 557941.

HSL color Cylindrical-coordinate representation of color #758308: hue angle of 66.83º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758308 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 8 -
CMYK 0.11 0 0.94 0.49
HSL 66.83º 0.88% 0.27% -
HSV(B) 66.83º 0.94% 0.51% -
XYZ 15.5 20.03 3.28 -
YUV 112.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 117 131 8 0.11 0 0.94 0.49 66.83 0.88 0.27
Hex 75 83 8 B 0 5E 31 43 58 1B
Octal 165 203 10 13 0 136 61 103 130 33
Binary 1110101 10000011 1000 1011 0 1011110 110001 1000011 1011000 11011

Color Harmonies of #758308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758308

Black with #758308

Text Example


Text Example

White with #758308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758308; }

 p { color: rgb(117,131,8); }

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

background-color css

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

 a { background-color: rgb(117,131,8); }

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

border-color css

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

 span { border-color: rgb(117,131,8); }

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