Html Css Color HEX #6F9302 Olive

📋 copy color: '#6F9302'

red 111 ◦ green 147 ◦ blue 2

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

Shades of Olive #6F9302

Tints of Olive #6F9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 42.69%
G = 56.54%
B = 0.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#6F9302 (or 0x6F9302) is known color: Olive. HEX triplet: 6F, 93 and 02. RGB value is (111,147,2). Sum of RGB (Red+Green+Blue) = 111+147+2=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9302 is #906CFD. Grayscale: #787878. Windows color (decimal): -9465086 or 168815. OLE color: 168815.

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

Color convert

RGB 111 147 2 -
CMYK 0.24 0 0.99 0.42
HSL 74.9º 0.97% 0.29% -
HSV(B) 74.9º 0.99% 0.58% -
XYZ 17 24.25 3.84 -
YUV 119.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 111 147 2 0.24 0 0.99 0.42 74.9 0.97 0.29
Hex 6F 93 2 18 0 63 2A 4B 61 1D
Octal 157 223 2 30 0 143 52 113 141 35
Binary 1101111 10010011 10 11000 0 1100011 101010 1001011 1100001 11101

Color Harmonies of #6F9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9302

Black with #6F9302

Text Example


Text Example

White with #6F9302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,2); }

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

background-color css

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

 a { background-color: rgb(111,147,2); }

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

border-color css

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

 span { border-color: rgb(111,147,2); }

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