Html Css Color HEX #6B9325 Olive Drab

📋 copy color: '#6B9325'

red 107 ◦ green 147 ◦ blue 37

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

Shades of Olive Drab #6B9325

Tints of Olive Drab #6B9325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.71%

R = 36.77%
G = 50.52%
B = 12.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#6B9325 (or 0x6B9325) is known color: Olive Drab. HEX triplet: 6B, 93 and 25. RGB value is (107,147,37). Sum of RGB (Red+Green+Blue) = 107+147+37=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9325 is #946CDA. Grayscale: #7A7A7A. Windows color (decimal): -9727195 or 2462571. OLE color: 2462571.

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

Color convert

RGB 107 147 37 -
CMYK 0.27 0 0.75 0.42
HSL 81.82º 0.6% 0.36% -
HSV(B) 81.82º 0.75% 0.58% -
XYZ 16.83 24.13 5.52 -
YUV 122.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 107 147 37 0.27 0 0.75 0.42 81.82 0.6 0.36
Hex 6B 93 25 1B 0 4B 2A 52 3C 24
Octal 153 223 45 33 0 113 52 122 74 44
Binary 1101011 10010011 100101 11011 0 1001011 101010 1010010 111100 100100

Color Harmonies of #6B9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9325

Black with #6B9325

Text Example


Text Example

White with #6B9325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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