Html Css Color HEX #6B932F Olive Drab

📋 copy color: '#6B932F'

red 107 ◦ green 147 ◦ blue 47

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

Shades of Olive Drab #6B932F

Tints of Olive Drab #6B932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 35.55%
G = 48.84%
B = 15.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#6B932F (or 0x6B932F) is known color: Olive Drab. HEX triplet: 6B, 93 and 2F. RGB value is (107,147,47). Sum of RGB (Red+Green+Blue) = 107+147+47=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #6B932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B932F is #946CD0. Grayscale: #7B7B7B. Windows color (decimal): -9727185 or 3117931. OLE color: 3117931.

HSL color Cylindrical-coordinate representation of color #6B932F: hue angle of 84º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B932F is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 147 47 -
CMYK 0.27 0 0.68 0.42
HSL 84º 0.52% 0.38% -
HSV(B) 84º 0.68% 0.58% -
XYZ 17.01 24.2 6.46 -
YUV 123.64 84.75 116.13 -
System Red Green Blue C M Y K H S L
Decimal 107 147 47 0.27 0 0.68 0.42 84 0.52 0.38
Hex 6B 93 2F 1B 0 44 2A 54 34 26
Octal 153 223 57 33 0 104 52 124 64 46
Binary 1101011 10010011 101111 11011 0 1000100 101010 1010100 110100 100110

Color Harmonies of #6B932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B932F

Black with #6B932F

Text Example


Text Example

White with #6B932F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,147,47); }

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

background-color css

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

 a { background-color: rgb(107,147,47); }

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

border-color css

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

 span { border-color: rgb(107,147,47); }

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