Html Css Color HEX #768C1C Olive Drab

📋 copy color: '#768C1C'

red 118 ◦ green 140 ◦ blue 28

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

Shades of Olive Drab #768C1C

Tints of Olive Drab #768C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 41.26%
G = 48.95%
B = 9.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#768C1C (or 0x768C1C) is known color: Olive Drab. HEX triplet: 76, 8C and 1C. RGB value is (118,140,28). Sum of RGB (Red+Green+Blue) = 118+140+28=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #768C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768C1C is #8973E3. Grayscale: #797979. Windows color (decimal): -9008100 or 1870966. OLE color: 1870966.

HSL color Cylindrical-coordinate representation of color #768C1C: hue angle of 71.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #768C1C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 28 -
CMYK 0.16 0 0.80 0.45
HSL 71.79º 0.67% 0.33% -
HSV(B) 71.79º 0.8% 0.55% -
XYZ 17.06 22.69 4.58 -
YUV 120.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 118 140 28 0.16 0 0.80 0.45 71.79 0.67 0.33
Hex 76 8C 1C 10 0 50 2D 48 43 21
Octal 166 214 34 20 0 120 55 110 103 41
Binary 1110110 10001100 11100 10000 0 1010000 101101 1001000 1000011 100001

Color Harmonies of #768C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C1C

Black with #768C1C

Text Example


Text Example

White with #768C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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