Html Css Color HEX #699D7F Oxley

📋 copy color: '#699D7F'

red 105 ◦ green 157 ◦ blue 127

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

Shades of Oxley #699D7F

Tints of Oxley #699D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 26.99%
G = 40.36%
B = 32.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#699D7F (or 0x699D7F) is known color: Oxley. HEX triplet: 69, 9D and 7F. RGB value is (105,157,127). Sum of RGB (Red+Green+Blue) = 105+157+127=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #699D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D7F is #966280. Grayscale: #8A8A8A. Windows color (decimal): -9855617 or 8363369. OLE color: 8363369.

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

Color convert

RGB 105 157 127 -
CMYK 0.33 0 0.19 0.38
HSL 145.38º 0.21% 0.51% -
HSV(B) 145.38º 0.33% 0.62% -
XYZ 21.71 28.65 24.46 -
YUV 138.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 105 157 127 0.33 0 0.19 0.38 145.38 0.21 0.51
Hex 69 9D 7F 21 0 13 26 91 15 33
Octal 151 235 177 41 0 23 46 221 25 63
Binary 1101001 10011101 1111111 100001 0 10011 100110 10010001 10101 110011

Color Harmonies of #699D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D7F

Black with #699D7F

Text Example


Text Example

White with #699D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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