Html Css Color HEX #6A8A27 Olive Drab

📋 copy color: '#6A8A27'

red 106 ◦ green 138 ◦ blue 39

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

Shades of Olive Drab #6A8A27

Tints of Olive Drab #6A8A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 37.46%
G = 48.76%
B = 13.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#6A8A27 (or 0x6A8A27) is known color: Olive Drab. HEX triplet: 6A, 8A and 27. RGB value is (106,138,39). Sum of RGB (Red+Green+Blue) = 106+138+39=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8A27 is #9575D8. Grayscale: #757575. Windows color (decimal): -9795033 or 2591338. OLE color: 2591338.

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

Color convert

RGB 106 138 39 -
CMYK 0.23 0 0.72 0.46
HSL 79.39º 0.56% 0.35% -
HSV(B) 79.39º 0.72% 0.54% -
XYZ 15.4 21.39 5.24 -
YUV 117.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 106 138 39 0.23 0 0.72 0.46 79.39 0.56 0.35
Hex 6A 8A 27 17 0 48 2E 4F 38 23
Octal 152 212 47 27 0 110 56 117 70 43
Binary 1101010 10001010 100111 10111 0 1001000 101110 1001111 111000 100011

Color Harmonies of #6A8A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8A27

Black with #6A8A27

Text Example


Text Example

White with #6A8A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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