Html Css Color HEX #68951A Olive Drab

📋 copy color: '#68951A'

red 104 ◦ green 149 ◦ blue 26

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

Shades of Olive Drab #68951A

Tints of Olive Drab #68951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 37.28%
G = 53.41%
B = 9.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#68951A (or 0x68951A) is known color: Olive Drab. HEX triplet: 68, 95 and 1A. RGB value is (104,149,26). Sum of RGB (Red+Green+Blue) = 104+149+26=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #68951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68951A is #976AE5. Grayscale: #797979. Windows color (decimal): -9923302 or 1742184. OLE color: 1742184.

HSL color Cylindrical-coordinate representation of color #68951A: hue angle of 81.95º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68951A is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 26 -
CMYK 0.30 0 0.83 0.42
HSL 81.95º 0.7% 0.34% -
HSV(B) 81.95º 0.83% 0.58% -
XYZ 16.64 24.51 4.83 -
YUV 121.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 104 149 26 0.30 0 0.83 0.42 81.95 0.7 0.34
Hex 68 95 1A 1E 0 53 2A 52 46 22
Octal 150 225 32 36 0 123 52 122 106 42
Binary 1101000 10010101 11010 11110 0 1010011 101010 1010010 1000110 100010

Color Harmonies of #68951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68951A

Black with #68951A

Text Example


Text Example

White with #68951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,149,26); }

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

background-color css

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

 a { background-color: rgb(104,149,26); }

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

border-color css

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

 span { border-color: rgb(104,149,26); }

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