Html Css Color HEX #6B9250 Glade Green

📋 copy color: '#6B9250'

red 107 ◦ green 146 ◦ blue 80

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

Shades of Glade Green #6B9250

Tints of Glade Green #6B9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 32.13%
G = 43.84%
B = 24.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#6B9250 (or 0x6B9250) is known color: Glade Green. HEX triplet: 6B, 92 and 50. RGB value is (107,146,80). Sum of RGB (Red+Green+Blue) = 107+146+80=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9250 is #946DAF. Grayscale: #7F7F7F. Windows color (decimal): -9727408 or 5280363. OLE color: 5280363.

HSL color Cylindrical-coordinate representation of color #6B9250: hue angle of 95.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B9250 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 146 80 -
CMYK 0.27 0 0.45 0.43
HSL 95.45º 0.29% 0.44% -
HSV(B) 95.45º 0.45% 0.57% -
XYZ 17.79 24.26 11.33 -
YUV 126.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 107 146 80 0.27 0 0.45 0.43 95.45 0.29 0.44
Hex 6B 92 50 1B 0 2D 2B 5F 1D 2C
Octal 153 222 120 33 0 55 53 137 35 54
Binary 1101011 10010010 1010000 11011 0 101101 101011 1011111 11101 101100

Color Harmonies of #6B9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9250

Black with #6B9250

Text Example


Text Example

White with #6B9250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,80); }

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

background-color css

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

 a { background-color: rgb(107,146,80); }

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

border-color css

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

 span { border-color: rgb(107,146,80); }

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