Html Css Color HEX #699D73 Oxley

📋 copy color: '#699D73'

red 105 ◦ green 157 ◦ blue 115

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

Shades of Oxley #699D73

Tints of Oxley #699D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.64%

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

R = 27.85%
G = 41.64%
B = 30.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#699D73 (or 0x699D73) is known color: Oxley. HEX triplet: 69, 9D and 73. RGB value is (105,157,115). Sum of RGB (Red+Green+Blue) = 105+157+115=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #699D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D73 is #96628C. Grayscale: #888888. Windows color (decimal): -9855629 or 7576937. OLE color: 7576937.

HSL color Cylindrical-coordinate representation of color #699D73: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D73 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 115 -
CMYK 0.33 0 0.27 0.38
HSL 131.54º 0.21% 0.51% -
HSV(B) 131.54º 0.33% 0.62% -
XYZ 20.98 28.36 20.59 -
YUV 136.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 105 157 115 0.33 0 0.27 0.38 131.54 0.21 0.51
Hex 69 9D 73 21 0 1B 26 84 15 33
Octal 151 235 163 41 0 33 46 204 25 63
Binary 1101001 10011101 1110011 100001 0 11011 100110 10000100 10101 110011

Color Harmonies of #699D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D73

Black with #699D73

Text Example


Text Example

White with #699D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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