Html Css Color HEX #768405 Olive

📋 copy color: '#768405'

red 118 ◦ green 132 ◦ blue 5

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

Shades of Olive #768405

Tints of Olive #768405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.76%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 46.27%
G = 51.76%
B = 1.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#768405 (or 0x768405) is known color: Olive. HEX triplet: 76, 84 and 05. RGB value is (118,132,5). Sum of RGB (Red+Green+Blue) = 118+132+5=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #768405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768405 is #897BFA. Grayscale: #717171. Windows color (decimal): -9010171 or 361590. OLE color: 361590.

HSL color Cylindrical-coordinate representation of color #768405: hue angle of 66.61º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768405 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 5 -
CMYK 0.11 0 0.96 0.48
HSL 66.61º 0.93% 0.27% -
HSV(B) 66.61º 0.96% 0.52% -
XYZ 15.75 20.37 3.24 -
YUV 113.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 118 132 5 0.11 0 0.96 0.48 66.61 0.93 0.27
Hex 76 84 5 B 0 60 30 43 5D 1B
Octal 166 204 5 13 0 140 60 103 135 33
Binary 1110110 10000100 101 1011 0 1100000 110000 1000011 1011101 11011

Color Harmonies of #768405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768405

Black with #768405

Text Example


Text Example

White with #768405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768405; }

 p { color: rgb(118,132,5); }

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

background-color css

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

 a { background-color: rgb(118,132,5); }

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

border-color css

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

 span { border-color: rgb(118,132,5); }

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