Html Css Color HEX #68892A Olive Drab

📋 copy color: '#68892A'

red 104 ◦ green 137 ◦ blue 42

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

Shades of Olive Drab #68892A

Tints of Olive Drab #68892A

RGB

 RED value IS 104 (41.02% from 255) = 36.75%

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 36.75%
G = 48.41%
B = 14.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#68892A (or 0x68892A) is known color: Olive Drab. HEX triplet: 68, 89 and 2A. RGB value is (104,137,42). Sum of RGB (Red+Green+Blue) = 104+137+42=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #68892A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68892A is #9776D5. Grayscale: #747474. Windows color (decimal): -9926358 or 2787688. OLE color: 2787688.

HSL color Cylindrical-coordinate representation of color #68892A: hue angle of 80.84º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68892A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 42 -
CMYK 0.24 0 0.69 0.46
HSL 80.84º 0.53% 0.35% -
HSV(B) 80.84º 0.69% 0.54% -
XYZ 15.07 21 5.45 -
YUV 116.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 104 137 42 0.24 0 0.69 0.46 80.84 0.53 0.35
Hex 68 89 2A 18 0 45 2E 51 35 23
Octal 150 211 52 30 0 105 56 121 65 43
Binary 1101000 10001001 101010 11000 0 1000101 101110 1010001 110101 100011

Color Harmonies of #68892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68892A

Black with #68892A

Text Example


Text Example

White with #68892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68892A; }

 p { color: rgb(104,137,42); }

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

background-color css

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

 a { background-color: rgb(104,137,42); }

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

border-color css

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

 span { border-color: rgb(104,137,42); }

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