Html Css Color HEX #679B7F Oxley

📋 copy color: '#679B7F'

red 103 ◦ green 155 ◦ blue 127

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

Shades of Oxley #679B7F

Tints of Oxley #679B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 26.75%
G = 40.26%
B = 32.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#679B7F (or 0x679B7F) is known color: Oxley. HEX triplet: 67, 9B and 7F. RGB value is (103,155,127). Sum of RGB (Red+Green+Blue) = 103+155+127=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #679B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B7F is #986480. Grayscale: #888888. Windows color (decimal): -9987201 or 8362855. OLE color: 8362855.

HSL color Cylindrical-coordinate representation of color #679B7F: hue angle of 147.69º 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 #679B7F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 155 127 -
CMYK 0.34 0 0.18 0.39
HSL 147.69º 0.21% 0.51% -
HSV(B) 147.69º 0.34% 0.61% -
XYZ 21.15 27.86 24.34 -
YUV 136.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 103 155 127 0.34 0 0.18 0.39 147.69 0.21 0.51
Hex 67 9B 7F 22 0 12 27 94 15 33
Octal 147 233 177 42 0 22 47 224 25 63
Binary 1100111 10011011 1111111 100010 0 10010 100111 10010100 10101 110011

Color Harmonies of #679B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679B7F

Black with #679B7F

Text Example


Text Example

White with #679B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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