Html Css Color HEX #6F9825 Olive Drab

📋 copy color: '#6F9825'

red 111 ◦ green 152 ◦ blue 37

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

Shades of Olive Drab #6F9825

Tints of Olive Drab #6F9825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

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

R = 37%
G = 50.67%
B = 12.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#6F9825 (or 0x6F9825) is known color: Olive Drab. HEX triplet: 6F, 98 and 25. RGB value is (111,152,37). Sum of RGB (Red+Green+Blue) = 111+152+37=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9825 is #9067DA. Grayscale: #7F7F7F. Windows color (decimal): -9463771 or 2463855. OLE color: 2463855.

HSL color Cylindrical-coordinate representation of color #6F9825: hue angle of 81.39º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F9825 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 37 -
CMYK 0.27 0 0.76 0.40
HSL 81.39º 0.61% 0.37% -
HSV(B) 81.39º 0.76% 0.6% -
XYZ 18.12 25.97 5.81 -
YUV 126.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 111 152 37 0.27 0 0.76 0.40 81.39 0.61 0.37
Hex 6F 98 25 1B 0 4C 28 51 3D 25
Octal 157 230 45 33 0 114 50 121 75 45
Binary 1101111 10011000 100101 11011 0 1001100 101000 1010001 111101 100101

Color Harmonies of #6F9825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9825

Black with #6F9825

Text Example


Text Example

White with #6F9825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,37); }

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

background-color css

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

 a { background-color: rgb(111,152,37); }

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

border-color css

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

 span { border-color: rgb(111,152,37); }

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