Html Css Color HEX #6F9B26 Olive Drab

📋 copy color: '#6F9B26'

red 111 ◦ green 155 ◦ blue 38

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

Shades of Olive Drab #6F9B26

Tints of Olive Drab #6F9B26

RGB

 RED value IS 111 (43.75% from 255) = 36.51%

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 36.51%
G = 50.99%
B = 12.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#6F9B26 (or 0x6F9B26) is known color: Olive Drab. HEX triplet: 6F, 9B and 26. RGB value is (111,155,38). Sum of RGB (Red+Green+Blue) = 111+155+38=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #6F9B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9B26 is #9064D9. Grayscale: #808080. Windows color (decimal): -9463002 or 2530159. OLE color: 2530159.

HSL color Cylindrical-coordinate representation of color #6F9B26: hue angle of 82.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F9B26 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 155 38 -
CMYK 0.28 0 0.75 0.39
HSL 82.56º 0.61% 0.38% -
HSV(B) 82.56º 0.75% 0.61% -
XYZ 18.63 26.96 6.06 -
YUV 128.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 111 155 38 0.28 0 0.75 0.39 82.56 0.61 0.38
Hex 6F 9B 26 1C 0 4B 27 53 3D 26
Octal 157 233 46 34 0 113 47 123 75 46
Binary 1101111 10011011 100110 11100 0 1001011 100111 1010011 111101 100110

Color Harmonies of #6F9B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9B26

Black with #6F9B26

Text Example


Text Example

White with #6F9B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,155,38); }

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

background-color css

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

 a { background-color: rgb(111,155,38); }

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

border-color css

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

 span { border-color: rgb(111,155,38); }

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