Html Css Color HEX #6F9400 Olive

📋 copy color: '#6F9400'

red 111 ◦ green 148 ◦ blue 0

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

Shades of Olive #6F9400

Tints of Olive #6F9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#6F9400 (or 0x6F9400) is known color: Olive. HEX triplet: 6F, 94 and 00. RGB value is (111,148,0). Sum of RGB (Red+Green+Blue) = 111+148+0=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9400 is #906BFF. Grayscale: #787878. Windows color (decimal): -9464832 or 37999. OLE color: 37999.

HSL color Cylindrical-coordinate representation of color #6F9400: hue angle of 75º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F9400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 148 0 -
CMYK 0.25 0 1 0.42
HSL 75º 1% 0.29% -
HSV(B) 75º 1% 0.58% -
XYZ 17.15 24.56 3.84 -
YUV 120.07 60.24 121.53 -
System Red Green Blue C M Y K H S L
Decimal 111 148 0 0.25 0 1 0.42 75 1 0.29
Hex 6F 94 0 19 0 64 2A 4B 64 1D
Octal 157 224 0 31 0 144 52 113 144 35
Binary 1101111 10010100 0 11001 0 1100100 101010 1001011 1100100 11101

Color Harmonies of #6F9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9400

Black with #6F9400

Text Example


Text Example

White with #6F9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,0); }

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

background-color css

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

 a { background-color: rgb(111,148,0); }

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

border-color css

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

 span { border-color: rgb(111,148,0); }

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