Html Css Color HEX #699D6F Oxley

📋 copy color: '#699D6F'

red 105 ◦ green 157 ◦ blue 111

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

Shades of Oxley #699D6F

Tints of Oxley #699D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 28.15%
G = 42.09%
B = 29.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#699D6F (or 0x699D6F) is known color: Oxley. HEX triplet: 69, 9D and 6F. RGB value is (105,157,111). Sum of RGB (Red+Green+Blue) = 105+157+111=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #699D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D6F is #966290. Grayscale: #888888. Windows color (decimal): -9855633 or 7314793. OLE color: 7314793.

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

Color convert

RGB 105 157 111 -
CMYK 0.33 0 0.29 0.38
HSL 126.92º 0.21% 0.51% -
HSV(B) 126.92º 0.33% 0.62% -
XYZ 20.75 28.26 19.4 -
YUV 136.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 105 157 111 0.33 0 0.29 0.38 126.92 0.21 0.51
Hex 69 9D 6F 21 0 1D 26 7F 15 33
Octal 151 235 157 41 0 35 46 177 25 63
Binary 1101001 10011101 1101111 100001 0 11101 100110 1111111 10101 110011

Color Harmonies of #699D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D6F

Black with #699D6F

Text Example


Text Example

White with #699D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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