Html Css Color HEX #67A079 Oxley

📋 copy color: '#67A079'

red 103 ◦ green 160 ◦ blue 121

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

Shades of Oxley #67A079

Tints of Oxley #67A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 26.82%
G = 41.67%
B = 31.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#67A079 (or 0x67A079) is known color: Oxley. HEX triplet: 67, A0 and 79. RGB value is (103,160,121). Sum of RGB (Red+Green+Blue) = 103+160+121=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #67A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A079 is #985F86. Grayscale: #8A8A8A. Windows color (decimal): -9985927 or 7970919. OLE color: 7970919.

HSL color Cylindrical-coordinate representation of color #67A079: hue angle of 138.95º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A079 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 160 121 -
CMYK 0.36 0 0.24 0.37
HSL 138.95º 0.23% 0.52% -
HSV(B) 138.95º 0.36% 0.63% -
XYZ 21.62 29.41 22.63 -
YUV 138.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 103 160 121 0.36 0 0.24 0.37 138.95 0.23 0.52
Hex 67 A0 79 24 0 18 25 8B 17 34
Octal 147 240 171 44 0 30 45 213 27 64
Binary 1100111 10100000 1111001 100100 0 11000 100101 10001011 10111 110100

Color Harmonies of #67A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A079

Black with #67A079

Text Example


Text Example

White with #67A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A079; }

 p { color: rgb(103,160,121); }

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

background-color css

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

 a { background-color: rgb(103,160,121); }

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

border-color css

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

 span { border-color: rgb(103,160,121); }

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