Html Css Color HEX #6F9523 Olive Drab

📋 copy color: '#6F9523'

red 111 ◦ green 149 ◦ blue 35

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

Shades of Olive Drab #6F9523

Tints of Olive Drab #6F9523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

 BLUE value IS 35 (14.06% from 255) = 11.86%

R = 37.63%
G = 50.51%
B = 11.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#6F9523 (or 0x6F9523) is known color: Olive Drab. HEX triplet: 6F, 95 and 23. RGB value is (111,149,35). Sum of RGB (Red+Green+Blue) = 111+149+35=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9523 is #906ADC. Grayscale: #7D7D7D. Windows color (decimal): -9464541 or 2332015. OLE color: 2332015.

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

Color convert

RGB 111 149 35 -
CMYK 0.26 0 0.77 0.42
HSL 80º 0.62% 0.36% -
HSV(B) 80º 0.77% 0.58% -
XYZ 17.61 25 5.49 -
YUV 124.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 111 149 35 0.26 0 0.77 0.42 80 0.62 0.36
Hex 6F 95 23 1A 0 4D 2A 50 3E 24
Octal 157 225 43 32 0 115 52 120 76 44
Binary 1101111 10010101 100011 11010 0 1001101 101010 1010000 111110 100100

Color Harmonies of #6F9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9523

Black with #6F9523

Text Example


Text Example

White with #6F9523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,35); }

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

background-color css

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

 a { background-color: rgb(111,149,35); }

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

border-color css

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

 span { border-color: rgb(111,149,35); }

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