Html Css Color HEX #699773 Oxley

📋 copy color: '#699773'

red 105 ◦ green 151 ◦ blue 115

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

Shades of Oxley #699773

Tints of Oxley #699773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 28.3%
G = 40.7%
B = 31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#699773 (or 0x699773) is known color: Oxley. HEX triplet: 69, 97 and 73. RGB value is (105,151,115). Sum of RGB (Red+Green+Blue) = 105+151+115=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #699773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699773 is #96688C. Grayscale: #858585. Windows color (decimal): -9857165 or 7575401. OLE color: 7575401.

HSL color Cylindrical-coordinate representation of color #699773: hue angle of 133.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699773 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 115 -
CMYK 0.30 0 0.24 0.41
HSL 133.04º 0.18% 0.5% -
HSV(B) 133.04º 0.3% 0.59% -
XYZ 19.99 26.37 20.26 -
YUV 133.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 105 151 115 0.30 0 0.24 0.41 133.04 0.18 0.5
Hex 69 97 73 1E 0 18 29 85 12 32
Octal 151 227 163 36 0 30 51 205 22 62
Binary 1101001 10010111 1110011 11110 0 11000 101001 10000101 10010 110010

Color Harmonies of #699773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699773

Black with #699773

Text Example


Text Example

White with #699773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699773; }

 p { color: rgb(105,151,115); }

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

background-color css

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

 a { background-color: rgb(105,151,115); }

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

border-color css

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

 span { border-color: rgb(105,151,115); }

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