Html Css Color HEX #69875D Glade Green

📋 copy color: '#69875D'

red 105 ◦ green 135 ◦ blue 93

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

Shades of Glade Green #69875D

Tints of Glade Green #69875D

RGB

 RED value IS 105 (41.41% from 255) = 31.53%

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 31.53%
G = 40.54%
B = 27.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#69875D (or 0x69875D) is known color: Glade Green. HEX triplet: 69, 87 and 5D. RGB value is (105,135,93). Sum of RGB (Red+Green+Blue) = 105+135+93=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #69875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69875D is #9678A2. Grayscale: #797979. Windows color (decimal): -9861283 or 6129513. OLE color: 6129513.

HSL color Cylindrical-coordinate representation of color #69875D: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69875D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 93 -
CMYK 0.22 0 0.31 0.47
HSL 102.86º 0.18% 0.45% -
HSV(B) 102.86º 0.31% 0.53% -
XYZ 16.47 21.12 13.56 -
YUV 121.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 105 135 93 0.22 0 0.31 0.47 102.86 0.18 0.45
Hex 69 87 5D 16 0 1F 2F 67 12 2D
Octal 151 207 135 26 0 37 57 147 22 55
Binary 1101001 10000111 1011101 10110 0 11111 101111 1100111 10010 101101

Color Harmonies of #69875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69875D

Black with #69875D

Text Example


Text Example

White with #69875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69875D; }

 p { color: rgb(105,135,93); }

 H1.HeaderClassName
 {
   color: #69875D;
 }
 .AnyTagClassName
 {
   color: #69875D;
 }
</style>

background-color css

<style>
 a { background-color: #69875D; }

 a { background-color: rgb(105,135,93); }

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

border-color css

<style>
 span { border-color: #69875D; }

 span { border-color: rgb(105,135,93); }

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