Html Css Color HEX #6B9A1F Olive Drab

📋 copy color: '#6B9A1F'

red 107 ◦ green 154 ◦ blue 31

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

Shades of Olive Drab #6B9A1F

Tints of Olive Drab #6B9A1F

RGB

 RED value IS 107 (42.19% from 255) = 36.64%

 GREEN value IS 154 (60.55% from 255) = 52.74%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 36.64%
G = 52.74%
B = 10.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#6B9A1F (or 0x6B9A1F) is known color: Olive Drab. HEX triplet: 6B, 9A and 1F. RGB value is (107,154,31). Sum of RGB (Red+Green+Blue) = 107+154+31=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9A1F is #9465E0. Grayscale: #7E7E7E. Windows color (decimal): -9725409 or 2071147. OLE color: 2071147.

HSL color Cylindrical-coordinate representation of color #6B9A1F: hue angle of 82.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B9A1F is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 154 31 -
CMYK 0.31 0 0.80 0.40
HSL 82.93º 0.66% 0.36% -
HSV(B) 82.93º 0.8% 0.6% -
XYZ 17.87 26.34 5.44 -
YUV 125.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 107 154 31 0.31 0 0.80 0.40 82.93 0.66 0.36
Hex 6B 9A 1F 1F 0 50 28 53 42 24
Octal 153 232 37 37 0 120 50 123 102 44
Binary 1101011 10011010 11111 11111 0 1010000 101000 1010011 1000010 100100

Color Harmonies of #6B9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9A1F

Black with #6B9A1F

Text Example


Text Example

White with #6B9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,31); }

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

background-color css

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

 a { background-color: rgb(107,154,31); }

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

border-color css

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

 span { border-color: rgb(107,154,31); }

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