Html Css Color HEX #6A9030 Olive Drab

📋 copy color: '#6A9030'

red 106 ◦ green 144 ◦ blue 48

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

Shades of Olive Drab #6A9030

Tints of Olive Drab #6A9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 35.57%
G = 48.32%
B = 16.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#6A9030 (or 0x6A9030) is known color: Olive Drab. HEX triplet: 6A, 90 and 30. RGB value is (106,144,48). Sum of RGB (Red+Green+Blue) = 106+144+48=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9030 is #956FCF. Grayscale: #7A7A7A. Windows color (decimal): -9793488 or 3182698. OLE color: 3182698.

HSL color Cylindrical-coordinate representation of color #6A9030: hue angle of 83.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A9030 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 144 48 -
CMYK 0.26 0 0.67 0.44
HSL 83.75º 0.5% 0.38% -
HSV(B) 83.75º 0.67% 0.56% -
XYZ 16.45 23.22 6.41 -
YUV 121.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 106 144 48 0.26 0 0.67 0.44 83.75 0.5 0.38
Hex 6A 90 30 1A 0 43 2C 54 32 26
Octal 152 220 60 32 0 103 54 124 62 46
Binary 1101010 10010000 110000 11010 0 1000011 101100 1010100 110010 100110

Color Harmonies of #6A9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9030

Black with #6A9030

Text Example


Text Example

White with #6A9030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,144,48); }

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

background-color css

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

 a { background-color: rgb(106,144,48); }

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

border-color css

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

 span { border-color: rgb(106,144,48); }

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