Html Css Color HEX #6F941B Olive Drab

📋 copy color: '#6F941B'

red 111 ◦ green 148 ◦ blue 27

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

Shades of Olive Drab #6F941B

Tints of Olive Drab #6F941B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 38.81%
G = 51.75%
B = 9.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#6F941B (or 0x6F941B) is known color: Olive Drab. HEX triplet: 6F, 94 and 1B. RGB value is (111,148,27). Sum of RGB (Red+Green+Blue) = 111+148+27=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #6F941B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F941B is #906BE4. Grayscale: #7B7B7B. Windows color (decimal): -9464805 or 1807471. OLE color: 1807471.

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

Color convert

RGB 111 148 27 -
CMYK 0.25 0 0.82 0.42
HSL 78.35º 0.69% 0.34% -
HSV(B) 78.35º 0.82% 0.58% -
XYZ 17.34 24.64 4.88 -
YUV 123.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 111 148 27 0.25 0 0.82 0.42 78.35 0.69 0.34
Hex 6F 94 1B 19 0 52 2A 4E 45 22
Octal 157 224 33 31 0 122 52 116 105 42
Binary 1101111 10010100 11011 11001 0 1010010 101010 1001110 1000101 100010

Color Harmonies of #6F941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F941B

Black with #6F941B

Text Example


Text Example

White with #6F941B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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