Html Css Color HEX #6A880C Olive Drab

📋 copy color: '#6A880C'

red 106 ◦ green 136 ◦ blue 12

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

Shades of Olive Drab #6A880C

Tints of Olive Drab #6A880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.54%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 41.73%
G = 53.54%
B = 4.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#6A880C (or 0x6A880C) is known color: Olive Drab. HEX triplet: 6A, 88 and 0C. RGB value is (106,136,12). Sum of RGB (Red+Green+Blue) = 106+136+12=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #6A880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A880C is #9577F3. Grayscale: #717171. Windows color (decimal): -9795572 or 821354. OLE color: 821354.

HSL color Cylindrical-coordinate representation of color #6A880C: hue angle of 74.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A880C is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 136 12 -
CMYK 0.22 0 0.91 0.47
HSL 74.52º 0.84% 0.29% -
HSV(B) 74.52º 0.91% 0.53% -
XYZ 14.81 20.7 3.56 -
YUV 112.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 106 136 12 0.22 0 0.91 0.47 74.52 0.84 0.29
Hex 6A 88 C 16 0 5B 2F 4B 54 1D
Octal 152 210 14 26 0 133 57 113 124 35
Binary 1101010 10001000 1100 10110 0 1011011 101111 1001011 1010100 11101

Color Harmonies of #6A880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A880C

Black with #6A880C

Text Example


Text Example

White with #6A880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,136,12); }

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

background-color css

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

 a { background-color: rgb(106,136,12); }

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

border-color css

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

 span { border-color: rgb(106,136,12); }

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