Html Css Color HEX #768B05 Olive

📋 copy color: '#768B05'

red 118 ◦ green 139 ◦ blue 5

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

Shades of Olive #768B05

Tints of Olive #768B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.05%

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

R = 45.04%
G = 53.05%
B = 1.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#768B05 (or 0x768B05) is known color: Olive. HEX triplet: 76, 8B and 05. RGB value is (118,139,5). Sum of RGB (Red+Green+Blue) = 118+139+5=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #768B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B05 is #8974FA. Grayscale: #757575. Windows color (decimal): -9008379 or 363382. OLE color: 363382.

HSL color Cylindrical-coordinate representation of color #768B05: hue angle of 69.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768B05 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 5 -
CMYK 0.15 0 0.96 0.45
HSL 69.4º 0.93% 0.28% -
HSV(B) 69.4º 0.96% 0.55% -
XYZ 16.73 22.33 3.57 -
YUV 117.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 118 139 5 0.15 0 0.96 0.45 69.4 0.93 0.28
Hex 76 8B 5 F 0 60 2D 45 5D 1C
Octal 166 213 5 17 0 140 55 105 135 34
Binary 1110110 10001011 101 1111 0 1100000 101101 1000101 1011101 11100

Color Harmonies of #768B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B05

Black with #768B05

Text Example


Text Example

White with #768B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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