Html Css Color HEX #699878 Oxley

📋 copy color: '#699878'

red 105 ◦ green 152 ◦ blue 120

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

Shades of Oxley #699878

Tints of Oxley #699878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 27.85%
G = 40.32%
B = 31.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#699878 (or 0x699878) is known color: Oxley. HEX triplet: 69, 98 and 78. RGB value is (105,152,120). Sum of RGB (Red+Green+Blue) = 105+152+120=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #699878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699878 is #966787. Grayscale: #868686. Windows color (decimal): -9856904 or 7903337. OLE color: 7903337.

HSL color Cylindrical-coordinate representation of color #699878: hue angle of 139.15º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699878 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 120 -
CMYK 0.31 0 0.21 0.40
HSL 139.15º 0.19% 0.5% -
HSV(B) 139.15º 0.31% 0.6% -
XYZ 20.44 26.82 21.87 -
YUV 134.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 105 152 120 0.31 0 0.21 0.40 139.15 0.19 0.5
Hex 69 98 78 1F 0 15 28 8B 13 32
Octal 151 230 170 37 0 25 50 213 23 62
Binary 1101001 10011000 1111000 11111 0 10101 101000 10001011 10011 110010

Color Harmonies of #699878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699878

Black with #699878

Text Example


Text Example

White with #699878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699878; }

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

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

background-color css

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

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

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

border-color css

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

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

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