Html Css Color HEX #68850B Olive Drab

📋 copy color: '#68850B'

red 104 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #68850B

Tints of Olive Drab #68850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 41.94%
G = 53.63%
B = 4.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#68850B (or 0x68850B) is known color: Olive Drab. HEX triplet: 68, 85 and 0B. RGB value is (104,133,11). Sum of RGB (Red+Green+Blue) = 104+133+11=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #68850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68850B is #977AF4. Grayscale: #6E6E6E. Windows color (decimal): -9927413 or 755048. OLE color: 755048.

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

Color convert

RGB 104 133 11 -
CMYK 0.22 0 0.92 0.48
HSL 74.26º 0.85% 0.28% -
HSV(B) 74.26º 0.92% 0.52% -
XYZ 14.16 19.74 3.38 -
YUV 110.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 104 133 11 0.22 0 0.92 0.48 74.26 0.85 0.28
Hex 68 85 B 16 0 5C 30 4A 55 1C
Octal 150 205 13 26 0 134 60 112 125 34
Binary 1101000 10000101 1011 10110 0 1011100 110000 1001010 1010101 11100

Color Harmonies of #68850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68850B

Black with #68850B

Text Example


Text Example

White with #68850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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