Html Css Color HEX #68941B Olive Drab

📋 copy color: '#68941B'

red 104 ◦ green 148 ◦ blue 27

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

Shades of Olive Drab #68941B

Tints of Olive Drab #68941B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.05%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 37.28%
G = 53.05%
B = 9.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#68941B (or 0x68941B) is known color: Olive Drab. HEX triplet: 68, 94 and 1B. RGB value is (104,148,27). Sum of RGB (Red+Green+Blue) = 104+148+27=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #68941B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68941B is #976BE4. Grayscale: #797979. Windows color (decimal): -9923557 or 1807464. OLE color: 1807464.

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

Color convert

RGB 104 148 27 -
CMYK 0.30 0 0.82 0.42
HSL 81.82º 0.69% 0.34% -
HSV(B) 81.82º 0.82% 0.58% -
XYZ 16.5 24.2 4.84 -
YUV 121.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 104 148 27 0.30 0 0.82 0.42 81.82 0.69 0.34
Hex 68 94 1B 1E 0 52 2A 52 45 22
Octal 150 224 33 36 0 122 52 122 105 42
Binary 1101000 10010100 11011 11110 0 1010010 101010 1010010 1000101 100010

Color Harmonies of #68941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68941B

Black with #68941B

Text Example


Text Example

White with #68941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68941B; }

 p { color: rgb(104,148,27); }

 H1.HeaderClassName
 {
   color: #68941B;
 }
 .AnyTagClassName
 {
   color: #68941B;
 }
</style>

background-color css

<style>
 a { background-color: #68941B; }

 a { background-color: rgb(104,148,27); }

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

border-color css

<style>
 span { border-color: #68941B; }

 span { border-color: rgb(104,148,27); }

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