Html Css Color HEX #699E6F Oxley

📋 copy color: '#699E6F'

red 105 ◦ green 158 ◦ blue 111

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

Shades of Oxley #699E6F

Tints of Oxley #699E6F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

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

R = 28.07%
G = 42.25%
B = 29.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#699E6F (or 0x699E6F) is known color: Oxley. HEX triplet: 69, 9E and 6F. RGB value is (105,158,111). Sum of RGB (Red+Green+Blue) = 105+158+111=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #699E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E6F is #966190. Grayscale: #888888. Windows color (decimal): -9855377 or 7315049. OLE color: 7315049.

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

Color convert

RGB 105 158 111 -
CMYK 0.34 0 0.30 0.38
HSL 126.79º 0.21% 0.52% -
HSV(B) 126.79º 0.34% 0.62% -
XYZ 20.92 28.6 19.46 -
YUV 136.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 105 158 111 0.34 0 0.30 0.38 126.79 0.21 0.52
Hex 69 9E 6F 22 0 1E 26 7F 15 34
Octal 151 236 157 42 0 36 46 177 25 64
Binary 1101001 10011110 1101111 100010 0 11110 100110 1111111 10101 110100

Color Harmonies of #699E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E6F

Black with #699E6F

Text Example


Text Example

White with #699E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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