Html Css Color HEX #6B911B Olive Drab

📋 copy color: '#6B911B'

red 107 ◦ green 145 ◦ blue 27

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

Shades of Olive Drab #6B911B

Tints of Olive Drab #6B911B

RGB

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

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

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

R = 38.35%
G = 51.97%
B = 9.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#6B911B (or 0x6B911B) is known color: Olive Drab. HEX triplet: 6B, 91 and 1B. RGB value is (107,145,27). Sum of RGB (Red+Green+Blue) = 107+145+27=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #6B911B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B911B is #946EE4. Grayscale: #787878. Windows color (decimal): -9727717 or 1806699. OLE color: 1806699.

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

Color convert

RGB 107 145 27 -
CMYK 0.26 0 0.81 0.43
HSL 79.32º 0.69% 0.34% -
HSV(B) 79.32º 0.81% 0.57% -
XYZ 16.39 23.46 4.7 -
YUV 120.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 107 145 27 0.26 0 0.81 0.43 79.32 0.69 0.34
Hex 6B 91 1B 1A 0 51 2B 4F 45 22
Octal 153 221 33 32 0 121 53 117 105 42
Binary 1101011 10010001 11011 11010 0 1010001 101011 1001111 1000101 100010

Color Harmonies of #6B911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B911B

Black with #6B911B

Text Example


Text Example

White with #6B911B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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