Html Css Color HEX #699D7B Oxley

📋 copy color: '#699D7B'

red 105 ◦ green 157 ◦ blue 123

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

Shades of Oxley #699D7B

Tints of Oxley #699D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 27.27%
G = 40.78%
B = 31.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#699D7B (or 0x699D7B) is known color: Oxley. HEX triplet: 69, 9D and 7B. RGB value is (105,157,123). Sum of RGB (Red+Green+Blue) = 105+157+123=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #699D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D7B is #966284. Grayscale: #898989. Windows color (decimal): -9855621 or 8101225. OLE color: 8101225.

HSL color Cylindrical-coordinate representation of color #699D7B: hue angle of 140.77º 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 #699D7B is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 123 -
CMYK 0.33 0 0.22 0.38
HSL 140.77º 0.21% 0.51% -
HSV(B) 140.77º 0.33% 0.62% -
XYZ 21.46 28.55 23.12 -
YUV 137.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 105 157 123 0.33 0 0.22 0.38 140.77 0.21 0.51
Hex 69 9D 7B 21 0 16 26 8D 15 33
Octal 151 235 173 41 0 26 46 215 25 63
Binary 1101001 10011101 1111011 100001 0 10110 100110 10001101 10101 110011

Color Harmonies of #699D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D7B

Black with #699D7B

Text Example


Text Example

White with #699D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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