Html Css Color HEX #6B970A Olive Drab

📋 copy color: '#6B970A'

red 107 ◦ green 151 ◦ blue 10

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

Shades of Olive Drab #6B970A

Tints of Olive Drab #6B970A

RGB

 RED value IS 107 (42.19% from 255) = 39.93%

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 39.93%
G = 56.34%
B = 3.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6B970A (or 0x6B970A) is known color: Olive Drab. HEX triplet: 6B, 97 and 0A. RGB value is (107,151,10). Sum of RGB (Red+Green+Blue) = 107+151+10=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #6B970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B970A is #9468F5. Grayscale: #7A7A7A. Windows color (decimal): -9726198 or 694123. OLE color: 694123.

HSL color Cylindrical-coordinate representation of color #6B970A: hue angle of 78.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B970A is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 151 10 -
CMYK 0.29 0 0.93 0.41
HSL 78.72º 0.88% 0.32% -
HSV(B) 78.72º 0.93% 0.59% -
XYZ 17.18 25.28 4.26 -
YUV 121.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 107 151 10 0.29 0 0.93 0.41 78.72 0.88 0.32
Hex 6B 97 A 1D 0 5D 29 4F 58 20
Octal 153 227 12 35 0 135 51 117 130 40
Binary 1101011 10010111 1010 11101 0 1011101 101001 1001111 1011000 100000

Color Harmonies of #6B970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B970A

Black with #6B970A

Text Example


Text Example

White with #6B970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,151,10); }

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

background-color css

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

 a { background-color: rgb(107,151,10); }

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

border-color css

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

 span { border-color: rgb(107,151,10); }

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