Html Css Color HEX #699A78 Oxley

📋 copy color: '#699A78'

red 105 ◦ green 154 ◦ blue 120

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

Shades of Oxley #699A78

Tints of Oxley #699A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

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

R = 27.7%
G = 40.63%
B = 31.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#699A78 (or 0x699A78) is known color: Oxley. HEX triplet: 69, 9A and 78. RGB value is (105,154,120). Sum of RGB (Red+Green+Blue) = 105+154+120=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #699A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A78 is #966587. Grayscale: #878787. Windows color (decimal): -9856392 or 7903849. OLE color: 7903849.

HSL color Cylindrical-coordinate representation of color #699A78: hue angle of 138.37º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A78 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 120 -
CMYK 0.32 0 0.22 0.40
HSL 138.37º 0.2% 0.51% -
HSV(B) 138.37º 0.32% 0.6% -
XYZ 20.77 27.47 21.98 -
YUV 135.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 105 154 120 0.32 0 0.22 0.40 138.37 0.2 0.51
Hex 69 9A 78 20 0 16 28 8A 14 33
Octal 151 232 170 40 0 26 50 212 24 63
Binary 1101001 10011010 1111000 100000 0 10110 101000 10001010 10100 110011

Color Harmonies of #699A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A78

Black with #699A78

Text Example


Text Example

White with #699A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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