Html Css Color HEX #69957D Oxley

📋 copy color: '#69957D'

red 105 ◦ green 149 ◦ blue 125

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

Shades of Oxley #69957D

Tints of Oxley #69957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 27.7%
G = 39.31%
B = 32.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#69957D (or 0x69957D) is known color: Oxley. HEX triplet: 69, 95 and 7D. RGB value is (105,149,125). Sum of RGB (Red+Green+Blue) = 105+149+125=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #69957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69957D is #966A82. Grayscale: #858585. Windows color (decimal): -9857667 or 8230249. OLE color: 8230249.

HSL color Cylindrical-coordinate representation of color #69957D: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69957D is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 125 -
CMYK 0.30 0 0.16 0.42
HSL 147.27º 0.17% 0.5% -
HSV(B) 147.27º 0.3% 0.58% -
XYZ 20.27 25.98 23.35 -
YUV 133.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 105 149 125 0.30 0 0.16 0.42 147.27 0.17 0.5
Hex 69 95 7D 1E 0 10 2A 93 11 32
Octal 151 225 175 36 0 20 52 223 21 62
Binary 1101001 10010101 1111101 11110 0 10000 101010 10010011 10001 110010

Color Harmonies of #69957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69957D

Black with #69957D

Text Example


Text Example

White with #69957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,149,125); }

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

background-color css

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

 a { background-color: rgb(105,149,125); }

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

border-color css

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

 span { border-color: rgb(105,149,125); }

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