Html Css Color HEX #6A8333 Olive Drab

📋 copy color: '#6A8333'

red 106 ◦ green 131 ◦ blue 51

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

Shades of Olive Drab #6A8333

Tints of Olive Drab #6A8333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 36.81%
G = 45.49%
B = 17.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#6A8333 (or 0x6A8333) is known color: Olive Drab. HEX triplet: 6A, 83 and 33. RGB value is (106,131,51). Sum of RGB (Red+Green+Blue) = 106+131+51=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8333 is #957CCC. Grayscale: #727272. Windows color (decimal): -9796813 or 3375978. OLE color: 3375978.

HSL color Cylindrical-coordinate representation of color #6A8333: hue angle of 78.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A8333 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 131 51 -
CMYK 0.19 0 0.61 0.49
HSL 78.75º 0.44% 0.36% -
HSV(B) 78.75º 0.61% 0.51% -
XYZ 14.66 19.54 6.13 -
YUV 114.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 106 131 51 0.19 0 0.61 0.49 78.75 0.44 0.36
Hex 6A 83 33 13 0 3D 31 4F 2C 24
Octal 152 203 63 23 0 75 61 117 54 44
Binary 1101010 10000011 110011 10011 0 111101 110001 1001111 101100 100100

Color Harmonies of #6A8333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8333

Black with #6A8333

Text Example


Text Example

White with #6A8333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,131,51); }

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

background-color css

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

 a { background-color: rgb(106,131,51); }

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

border-color css

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

 span { border-color: rgb(106,131,51); }

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