Html Css Color HEX #768C25 Olive Drab

📋 copy color: '#768C25'

red 118 ◦ green 140 ◦ blue 37

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

Shades of Olive Drab #768C25

Tints of Olive Drab #768C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 40%
G = 47.46%
B = 12.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#768C25 (or 0x768C25) is known color: Olive Drab. HEX triplet: 76, 8C and 25. RGB value is (118,140,37). Sum of RGB (Red+Green+Blue) = 118+140+37=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #768C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768C25 is #8973DA. Grayscale: #7A7A7A. Windows color (decimal): -9008091 or 2460790. OLE color: 2460790.

HSL color Cylindrical-coordinate representation of color #768C25: hue angle of 72.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #768C25 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 37 -
CMYK 0.16 0 0.74 0.45
HSL 72.82º 0.58% 0.35% -
HSV(B) 72.82º 0.74% 0.55% -
XYZ 17.18 22.74 5.23 -
YUV 121.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 118 140 37 0.16 0 0.74 0.45 72.82 0.58 0.35
Hex 76 8C 25 10 0 4A 2D 49 3A 23
Octal 166 214 45 20 0 112 55 111 72 43
Binary 1110110 10001100 100101 10000 0 1001010 101101 1001001 111010 100011

Color Harmonies of #768C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C25

Black with #768C25

Text Example


Text Example

White with #768C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,140,37); }

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

background-color css

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

 a { background-color: rgb(118,140,37); }

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

border-color css

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

 span { border-color: rgb(118,140,37); }

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