Html Css Color HEX #699678 Oxley

📋 copy color: '#699678'

red 105 ◦ green 150 ◦ blue 120

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

Shades of Oxley #699678

Tints of Oxley #699678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 28%
G = 40%
B = 32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#699678 (or 0x699678) is known color: Oxley. HEX triplet: 69, 96 and 78. RGB value is (105,150,120). Sum of RGB (Red+Green+Blue) = 105+150+120=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #699678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699678 is #966987. Grayscale: #858585. Windows color (decimal): -9857416 or 7902825. OLE color: 7902825.

HSL color Cylindrical-coordinate representation of color #699678: hue angle of 140º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699678 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 120 -
CMYK 0.30 0 0.20 0.41
HSL 140º 0.18% 0.5% -
HSV(B) 140º 0.3% 0.59% -
XYZ 20.12 26.17 21.76 -
YUV 133.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 105 150 120 0.30 0 0.20 0.41 140 0.18 0.5
Hex 69 96 78 1E 0 14 29 8C 12 32
Octal 151 226 170 36 0 24 51 214 22 62
Binary 1101001 10010110 1111000 11110 0 10100 101001 10001100 10010 110010

Color Harmonies of #699678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699678

Black with #699678

Text Example


Text Example

White with #699678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699678; }

 p { color: rgb(105,150,120); }

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

background-color css

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

 a { background-color: rgb(105,150,120); }

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

border-color css

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

 span { border-color: rgb(105,150,120); }

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