Html Css Color HEX #6B9626 Olive Drab

📋 copy color: '#6B9626'

red 107 ◦ green 150 ◦ blue 38

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

Shades of Olive Drab #6B9626

Tints of Olive Drab #6B9626

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.85%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 36.27%
G = 50.85%
B = 12.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#6B9626 (or 0x6B9626) is known color: Olive Drab. HEX triplet: 6B, 96 and 26. RGB value is (107,150,38). Sum of RGB (Red+Green+Blue) = 107+150+38=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9626 is #9469D9. Grayscale: #7C7C7C. Windows color (decimal): -9726426 or 2528875. OLE color: 2528875.

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

Color convert

RGB 107 150 38 -
CMYK 0.29 0 0.75 0.41
HSL 83.04º 0.6% 0.37% -
HSV(B) 83.04º 0.75% 0.59% -
XYZ 17.32 25.08 5.76 -
YUV 124.38 79.25 115.61 -
System Red Green Blue C M Y K H S L
Decimal 107 150 38 0.29 0 0.75 0.41 83.04 0.6 0.37
Hex 6B 96 26 1D 0 4B 29 53 3C 25
Octal 153 226 46 35 0 113 51 123 74 45
Binary 1101011 10010110 100110 11101 0 1001011 101001 1010011 111100 100101

Color Harmonies of #6B9626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9626

Black with #6B9626

Text Example


Text Example

White with #6B9626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,150,38); }

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

background-color css

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

 a { background-color: rgb(107,150,38); }

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

border-color css

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

 span { border-color: rgb(107,150,38); }

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