Html Css Color HEX #6A850B Olive Drab

📋 copy color: '#6A850B'

red 106 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #6A850B

Tints of Olive Drab #6A850B

RGB

 RED value IS 106 (41.8% from 255) = 42.4%

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

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

R = 42.4%
G = 53.2%
B = 4.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#6A850B (or 0x6A850B) is known color: Olive Drab. HEX triplet: 6A, 85 and 0B. RGB value is (106,133,11). Sum of RGB (Red+Green+Blue) = 106+133+11=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #6A850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A850B is #957AF4. Grayscale: #6F6F6F. Windows color (decimal): -9796341 or 755050. OLE color: 755050.

HSL color Cylindrical-coordinate representation of color #6A850B: hue angle of 73.28º 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 #6A850B is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 133 11 -
CMYK 0.20 0 0.92 0.48
HSL 73.28º 0.85% 0.28% -
HSV(B) 73.28º 0.92% 0.52% -
XYZ 14.39 19.86 3.39 -
YUV 111.02 71.55 124.42 -
System Red Green Blue C M Y K H S L
Decimal 106 133 11 0.20 0 0.92 0.48 73.28 0.85 0.28
Hex 6A 85 B 14 0 5C 30 49 55 1C
Octal 152 205 13 24 0 134 60 111 125 34
Binary 1101010 10000101 1011 10100 0 1011100 110000 1001001 1010101 11100

Color Harmonies of #6A850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A850B

Black with #6A850B

Text Example


Text Example

White with #6A850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A850B; }

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

 H1.HeaderClassName
 {
   color: #6A850B;
 }
 .AnyTagClassName
 {
   color: #6A850B;
 }
</style>

background-color css

<style>
 a { background-color: #6A850B; }

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

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

border-color css

<style>
 span { border-color: #6A850B; }

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

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