Html Css Color HEX #6A8F05 Olive Drab

📋 copy color: '#6A8F05'

red 106 ◦ green 143 ◦ blue 5

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

Shades of Olive Drab #6A8F05

Tints of Olive Drab #6A8F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.3%

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 41.73%
G = 56.3%
B = 1.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#6A8F05 (or 0x6A8F05) is known color: Olive Drab. HEX triplet: 6A, 8F and 05. RGB value is (106,143,5). Sum of RGB (Red+Green+Blue) = 106+143+5=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8F05 is #9570FA. Grayscale: #747474. Windows color (decimal): -9793787 or 364394. OLE color: 364394.

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

Color convert

RGB 106 143 5 -
CMYK 0.26 0 0.97 0.44
HSL 76.09º 0.93% 0.29% -
HSV(B) 76.09º 0.97% 0.56% -
XYZ 15.79 22.72 3.7 -
YUV 116.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 106 143 5 0.26 0 0.97 0.44 76.09 0.93 0.29
Hex 6A 8F 5 1A 0 61 2C 4C 5D 1D
Octal 152 217 5 32 0 141 54 114 135 35
Binary 1101010 10001111 101 11010 0 1100001 101100 1001100 1011101 11101

Color Harmonies of #6A8F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8F05

Black with #6A8F05

Text Example


Text Example

White with #6A8F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,143,5); }

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

background-color css

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

 a { background-color: rgb(106,143,5); }

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

border-color css

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

 span { border-color: rgb(106,143,5); }

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