Html Css Color HEX #6F8425 Olive Drab

📋 copy color: '#6F8425'

red 111 ◦ green 132 ◦ blue 37

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

Shades of Olive Drab #6F8425

Tints of Olive Drab #6F8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 39.64%
G = 47.14%
B = 13.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#6F8425 (or 0x6F8425) is known color: Olive Drab. HEX triplet: 6F, 84 and 25. RGB value is (111,132,37). Sum of RGB (Red+Green+Blue) = 111+132+37=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8425 is #907BDA. Grayscale: #737373. Windows color (decimal): -9468891 or 2458735. OLE color: 2458735.

HSL color Cylindrical-coordinate representation of color #6F8425: hue angle of 73.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F8425 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 132 37 -
CMYK 0.16 0 0.72 0.48
HSL 73.26º 0.56% 0.33% -
HSV(B) 73.26º 0.72% 0.52% -
XYZ 15.14 20.02 4.82 -
YUV 114.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 111 132 37 0.16 0 0.72 0.48 73.26 0.56 0.33
Hex 6F 84 25 10 0 48 30 49 38 21
Octal 157 204 45 20 0 110 60 111 70 41
Binary 1101111 10000100 100101 10000 0 1001000 110000 1001001 111000 100001

Color Harmonies of #6F8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8425

Black with #6F8425

Text Example


Text Example

White with #6F8425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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