Html Css Color HEX #699778 Oxley

📋 copy color: '#699778'

red 105 ◦ green 151 ◦ blue 120

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

Shades of Oxley #699778

Tints of Oxley #699778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 27.93%
G = 40.16%
B = 31.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#699778 (or 0x699778) is known color: Oxley. HEX triplet: 69, 97 and 78. RGB value is (105,151,120). Sum of RGB (Red+Green+Blue) = 105+151+120=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #699778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699778 is #966887. Grayscale: #858585. Windows color (decimal): -9857160 or 7903081. OLE color: 7903081.

HSL color Cylindrical-coordinate representation of color #699778: hue angle of 139.57º 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 #699778 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 120 -
CMYK 0.30 0 0.21 0.41
HSL 139.57º 0.18% 0.5% -
HSV(B) 139.57º 0.3% 0.59% -
XYZ 20.28 26.49 21.81 -
YUV 133.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 105 151 120 0.30 0 0.21 0.41 139.57 0.18 0.5
Hex 69 97 78 1E 0 15 29 8C 12 32
Octal 151 227 170 36 0 25 51 214 22 62
Binary 1101001 10010111 1111000 11110 0 10101 101001 10001100 10010 110010

Color Harmonies of #699778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699778

Black with #699778

Text Example


Text Example

White with #699778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699778; }

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

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

background-color css

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

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

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

border-color css

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

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

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