Html Css Color HEX #6B9101 Olive Drab

📋 copy color: '#6B9101'

red 107 ◦ green 145 ◦ blue 1

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

Shades of Olive Drab #6B9101

Tints of Olive Drab #6B9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.31%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 42.29%
G = 57.31%
B = 0.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#6B9101 (or 0x6B9101) is known color: Olive Drab. HEX triplet: 6B, 91 and 01. RGB value is (107,145,1). Sum of RGB (Red+Green+Blue) = 107+145+1=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9101 is #946EFE. Grayscale: #757575. Windows color (decimal): -9727743 or 102763. OLE color: 102763.

HSL color Cylindrical-coordinate representation of color #6B9101: hue angle of 75.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B9101 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 1 -
CMYK 0.26 0 0.99 0.43
HSL 75.83º 0.99% 0.29% -
HSV(B) 75.83º 0.99% 0.57% -
XYZ 16.19 23.38 3.69 -
YUV 117.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 107 145 1 0.26 0 0.99 0.43 75.83 0.99 0.29
Hex 6B 91 1 1A 0 63 2B 4C 63 1D
Octal 153 221 1 32 0 143 53 114 143 35
Binary 1101011 10010001 1 11010 0 1100011 101011 1001100 1100011 11101

Color Harmonies of #6B9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9101

Black with #6B9101

Text Example


Text Example

White with #6B9101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,1); }

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

background-color css

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

 a { background-color: rgb(107,145,1); }

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

border-color css

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

 span { border-color: rgb(107,145,1); }

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