Html Css Color HEX #6A9103 Olive Drab

📋 copy color: '#6A9103'

red 106 ◦ green 145 ◦ blue 3

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

Shades of Olive Drab #6A9103

Tints of Olive Drab #6A9103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 41.73%
G = 57.09%
B = 1.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#6A9103 (or 0x6A9103) is known color: Olive Drab. HEX triplet: 6A, 91 and 03. RGB value is (106,145,3). Sum of RGB (Red+Green+Blue) = 106+145+3=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9103 is #956EFC. Grayscale: #757575. Windows color (decimal): -9793277 or 233834. OLE color: 233834.

HSL color Cylindrical-coordinate representation of color #6A9103: hue angle of 76.48º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A9103 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 3 -
CMYK 0.27 0 0.98 0.43
HSL 76.48º 0.96% 0.29% -
HSV(B) 76.48º 0.98% 0.57% -
XYZ 16.09 23.32 3.74 -
YUV 117.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 106 145 3 0.27 0 0.98 0.43 76.48 0.96 0.29
Hex 6A 91 3 1B 0 62 2B 4C 60 1D
Octal 152 221 3 33 0 142 53 114 140 35
Binary 1101010 10010001 11 11011 0 1100010 101011 1001100 1100000 11101

Color Harmonies of #6A9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9103

Black with #6A9103

Text Example


Text Example

White with #6A9103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,145,3); }

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

background-color css

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

 a { background-color: rgb(106,145,3); }

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

border-color css

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

 span { border-color: rgb(106,145,3); }

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