Html Css Color HEX #699073 Oxley

📋 copy color: '#699073'

red 105 ◦ green 144 ◦ blue 115

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

Shades of Oxley #699073

Tints of Oxley #699073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 28.85%
G = 39.56%
B = 31.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#699073 (or 0x699073) is known color: Oxley. HEX triplet: 69, 90 and 73. RGB value is (105,144,115). Sum of RGB (Red+Green+Blue) = 105+144+115=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #699073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699073 is #966F8C. Grayscale: #818181. Windows color (decimal): -9858957 or 7573609. OLE color: 7573609.

HSL color Cylindrical-coordinate representation of color #699073: hue angle of 135.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699073 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 115 -
CMYK 0.27 0 0.20 0.44
HSL 135.38º 0.16% 0.49% -
HSV(B) 135.38º 0.27% 0.56% -
XYZ 18.89 24.19 19.89 -
YUV 129.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 105 144 115 0.27 0 0.20 0.44 135.38 0.16 0.49
Hex 69 90 73 1B 0 14 2C 87 10 31
Octal 151 220 163 33 0 24 54 207 20 61
Binary 1101001 10010000 1110011 11011 0 10100 101100 10000111 10000 110001

Color Harmonies of #699073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699073

Black with #699073

Text Example


Text Example

White with #699073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699073; }

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

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

background-color css

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

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

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

border-color css

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

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

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