Html Css Color HEX #767B05 Olive

📋 copy color: '#767B05'

red 118 ◦ green 123 ◦ blue 5

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

Shades of Olive #767B05

Tints of Olive #767B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50%

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

R = 47.97%
G = 50%
B = 2.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#767B05 (or 0x767B05) is known color: Olive. HEX triplet: 76, 7B and 05. RGB value is (118,123,5). Sum of RGB (Red+Green+Blue) = 118+123+5=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #767B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767B05 is #8984FA. Grayscale: #6C6C6C. Windows color (decimal): -9012475 or 359286. OLE color: 359286.

HSL color Cylindrical-coordinate representation of color #767B05: hue angle of 62.54º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #767B05 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 5 -
CMYK 0.04 0 0.96 0.52
HSL 62.54º 0.92% 0.25% -
HSV(B) 62.54º 0.96% 0.48% -
XYZ 14.58 18.03 2.85 -
YUV 108.05 69.84 135.09 -
System Red Green Blue C M Y K H S L
Decimal 118 123 5 0.04 0 0.96 0.52 62.54 0.92 0.25
Hex 76 7B 5 4 0 60 34 3F 5C 19
Octal 166 173 5 4 0 140 64 77 134 31
Binary 1110110 1111011 101 100 0 1100000 110100 111111 1011100 11001

Color Harmonies of #767B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B05

Black with #767B05

Text Example


Text Example

White with #767B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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