Html Css Color HEX #767805 Olive

📋 copy color: '#767805'

red 118 ◦ green 120 ◦ blue 5

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

Shades of Olive #767805

Tints of Olive #767805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.38%

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

R = 48.56%
G = 49.38%
B = 2.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#767805 (or 0x767805) is known color: Olive. HEX triplet: 76, 78 and 05. RGB value is (118,120,5). Sum of RGB (Red+Green+Blue) = 118+120+5=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #767805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767805 is #8987FA. Grayscale: #6A6A6A. Windows color (decimal): -9013243 or 358518. OLE color: 358518.

HSL color Cylindrical-coordinate representation of color #767805: hue angle of 61.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #767805 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 5 -
CMYK 0.02 0 0.96 0.53
HSL 61.04º 0.92% 0.25% -
HSV(B) 61.04º 0.96% 0.47% -
XYZ 14.22 17.3 2.73 -
YUV 106.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 118 120 5 0.02 0 0.96 0.53 61.04 0.92 0.25
Hex 76 78 5 2 0 60 35 3D 5C 19
Octal 166 170 5 2 0 140 65 75 134 31
Binary 1110110 1111000 101 10 0 1100000 110101 111101 1011100 11001

Color Harmonies of #767805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767805

Black with #767805

Text Example


Text Example

White with #767805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767805; }

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

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

background-color css

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

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

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

border-color css

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

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

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