Html Css Color HEX #6A971B Olive Drab

📋 copy color: '#6A971B'

red 106 ◦ green 151 ◦ blue 27

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

Shades of Olive Drab #6A971B

Tints of Olive Drab #6A971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.17%

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 37.32%
G = 53.17%
B = 9.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#6A971B (or 0x6A971B) is known color: Olive Drab. HEX triplet: 6A, 97 and 1B. RGB value is (106,151,27). Sum of RGB (Red+Green+Blue) = 106+151+27=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #6A971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A971B is #9568E4. Grayscale: #7B7B7B. Windows color (decimal): -9791717 or 1808234. OLE color: 1808234.

HSL color Cylindrical-coordinate representation of color #6A971B: hue angle of 81.77º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A971B is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 151 27 -
CMYK 0.30 0 0.82 0.41
HSL 81.77º 0.7% 0.35% -
HSV(B) 81.77º 0.82% 0.59% -
XYZ 17.21 25.28 5.01 -
YUV 123.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 106 151 27 0.30 0 0.82 0.41 81.77 0.7 0.35
Hex 6A 97 1B 1E 0 52 29 52 46 23
Octal 152 227 33 36 0 122 51 122 106 43
Binary 1101010 10010111 11011 11110 0 1010010 101001 1010010 1000110 100011

Color Harmonies of #6A971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A971B

Black with #6A971B

Text Example


Text Example

White with #6A971B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,151,27); }

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

background-color css

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

 a { background-color: rgb(106,151,27); }

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

border-color css

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

 span { border-color: rgb(106,151,27); }

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