Html Css Color HEX #68852B Olive Drab

📋 copy color: '#68852B'

red 104 ◦ green 133 ◦ blue 43

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

Shades of Olive Drab #68852B

Tints of Olive Drab #68852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 37.14%
G = 47.5%
B = 15.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#68852B (or 0x68852B) is known color: Olive Drab. HEX triplet: 68, 85 and 2B. RGB value is (104,133,43). Sum of RGB (Red+Green+Blue) = 104+133+43=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #68852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68852B is #977AD4. Grayscale: #727272. Windows color (decimal): -9927381 or 2852200. OLE color: 2852200.

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

Color convert

RGB 104 133 43 -
CMYK 0.22 0 0.68 0.48
HSL 79.33º 0.51% 0.35% -
HSV(B) 79.33º 0.68% 0.52% -
XYZ 14.53 19.89 5.36 -
YUV 114.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 104 133 43 0.22 0 0.68 0.48 79.33 0.51 0.35
Hex 68 85 2B 16 0 44 30 4F 33 23
Octal 150 205 53 26 0 104 60 117 63 43
Binary 1101000 10000101 101011 10110 0 1000100 110000 1001111 110011 100011

Color Harmonies of #68852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68852B

Black with #68852B

Text Example


Text Example

White with #68852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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