Html Css Color HEX #768905 Olive

📋 copy color: '#768905'

red 118 ◦ green 137 ◦ blue 5

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

Shades of Olive #768905

Tints of Olive #768905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.69%

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

R = 45.38%
G = 52.69%
B = 1.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#768905 (or 0x768905) is known color: Olive. HEX triplet: 76, 89 and 05. RGB value is (118,137,5). Sum of RGB (Red+Green+Blue) = 118+137+5=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #768905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768905 is #8976FA. Grayscale: #747474. Windows color (decimal): -9008891 or 362870. OLE color: 362870.

HSL color Cylindrical-coordinate representation of color #768905: hue angle of 68.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768905 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 5 -
CMYK 0.14 0 0.96 0.46
HSL 68.64º 0.93% 0.28% -
HSV(B) 68.64º 0.96% 0.54% -
XYZ 16.44 21.75 3.48 -
YUV 116.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 118 137 5 0.14 0 0.96 0.46 68.64 0.93 0.28
Hex 76 89 5 E 0 60 2E 45 5D 1C
Octal 166 211 5 16 0 140 56 105 135 34
Binary 1110110 10001001 101 1110 0 1100000 101110 1000101 1011101 11100

Color Harmonies of #768905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768905

Black with #768905

Text Example


Text Example

White with #768905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768905; }

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

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

background-color css

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

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

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

border-color css

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

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

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