Html Css Color HEX #68902A Olive Drab

📋 copy color: '#68902A'

red 104 ◦ green 144 ◦ blue 42

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

Shades of Olive Drab #68902A

Tints of Olive Drab #68902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.66%

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

R = 35.86%
G = 49.66%
B = 14.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#68902A (or 0x68902A) is known color: Olive Drab. HEX triplet: 68, 90 and 2A. RGB value is (104,144,42). Sum of RGB (Red+Green+Blue) = 104+144+42=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #68902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68902A is #976FD5. Grayscale: #787878. Windows color (decimal): -9924566 or 2789480. OLE color: 2789480.

HSL color Cylindrical-coordinate representation of color #68902A: hue angle of 83.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68902A is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 42 -
CMYK 0.28 0 0.71 0.44
HSL 83.53º 0.55% 0.36% -
HSV(B) 83.53º 0.71% 0.56% -
XYZ 16.1 23.06 5.79 -
YUV 120.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 104 144 42 0.28 0 0.71 0.44 83.53 0.55 0.36
Hex 68 90 2A 1C 0 47 2C 54 37 24
Octal 150 220 52 34 0 107 54 124 67 44
Binary 1101000 10010000 101010 11100 0 1000111 101100 1010100 110111 100100

Color Harmonies of #68902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68902A

Black with #68902A

Text Example


Text Example

White with #68902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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