Html Css Color HEX #6A8A0C Olive Drab

📋 copy color: '#6A8A0C'

red 106 ◦ green 138 ◦ blue 12

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

Shades of Olive Drab #6A8A0C

Tints of Olive Drab #6A8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.91%

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

R = 41.41%
G = 53.91%
B = 4.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#6A8A0C (or 0x6A8A0C) is known color: Olive Drab. HEX triplet: 6A, 8A and 0C. RGB value is (106,138,12). Sum of RGB (Red+Green+Blue) = 106+138+12=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8A0C is #9575F3. Grayscale: #727272. Windows color (decimal): -9795060 or 821866. OLE color: 821866.

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

Color convert

RGB 106 138 12 -
CMYK 0.23 0 0.91 0.46
HSL 75.24º 0.84% 0.29% -
HSV(B) 75.24º 0.91% 0.54% -
XYZ 15.1 21.27 3.66 -
YUV 114.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 106 138 12 0.23 0 0.91 0.46 75.24 0.84 0.29
Hex 6A 8A C 17 0 5B 2E 4B 54 1D
Octal 152 212 14 27 0 133 56 113 124 35
Binary 1101010 10001010 1100 10111 0 1011011 101110 1001011 1010100 11101

Color Harmonies of #6A8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8A0C

Black with #6A8A0C

Text Example


Text Example

White with #6A8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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