Html Css Color HEX #679B78 Oxley

📋 copy color: '#679B78'

red 103 ◦ green 155 ◦ blue 120

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

Shades of Oxley #679B78

Tints of Oxley #679B78

RGB

 RED value IS 103 (40.63% from 255) = 27.25%

 GREEN value IS 155 (60.94% from 255) = 41.01%

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

R = 27.25%
G = 41.01%
B = 31.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#679B78 (or 0x679B78) is known color: Oxley. HEX triplet: 67, 9B and 78. RGB value is (103,155,120). Sum of RGB (Red+Green+Blue) = 103+155+120=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #679B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B78 is #986487. Grayscale: #878787. Windows color (decimal): -9987208 or 7904103. OLE color: 7904103.

HSL color Cylindrical-coordinate representation of color #679B78: hue angle of 139.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679B78 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 155 120 -
CMYK 0.34 0 0.23 0.39
HSL 139.62º 0.21% 0.51% -
HSV(B) 139.62º 0.34% 0.61% -
XYZ 20.71 27.68 22.02 -
YUV 135.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 103 155 120 0.34 0 0.23 0.39 139.62 0.21 0.51
Hex 67 9B 78 22 0 17 27 8C 15 33
Octal 147 233 170 42 0 27 47 214 25 63
Binary 1100111 10011011 1111000 100010 0 10111 100111 10001100 10101 110011

Color Harmonies of #679B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679B78

Black with #679B78

Text Example


Text Example

White with #679B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679B78; }

 p { color: rgb(103,155,120); }

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

background-color css

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

 a { background-color: rgb(103,155,120); }

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

border-color css

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

 span { border-color: rgb(103,155,120); }

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