Html Css Color HEX #68830B Olive Drab

📋 copy color: '#68830B'

red 104 ◦ green 131 ◦ blue 11

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

Shades of Olive Drab #68830B

Tints of Olive Drab #68830B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 42.28%
G = 53.25%
B = 4.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#68830B (or 0x68830B) is known color: Olive Drab. HEX triplet: 68, 83 and 0B. RGB value is (104,131,11). Sum of RGB (Red+Green+Blue) = 104+131+11=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #68830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68830B is #977CF4. Grayscale: #6D6D6D. Windows color (decimal): -9927925 or 754536. OLE color: 754536.

HSL color Cylindrical-coordinate representation of color #68830B: hue angle of 73.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68830B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 11 -
CMYK 0.21 0 0.92 0.49
HSL 73.5º 0.85% 0.28% -
HSV(B) 73.5º 0.92% 0.51% -
XYZ 13.89 19.2 3.29 -
YUV 109.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 104 131 11 0.21 0 0.92 0.49 73.5 0.85 0.28
Hex 68 83 B 15 0 5C 31 4A 55 1C
Octal 150 203 13 25 0 134 61 112 125 34
Binary 1101000 10000011 1011 10101 0 1011100 110001 1001010 1010101 11100

Color Harmonies of #68830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68830B

Black with #68830B

Text Example


Text Example

White with #68830B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,131,11); }

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

background-color css

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

 a { background-color: rgb(104,131,11); }

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

border-color css

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

 span { border-color: rgb(104,131,11); }

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