Html Css Color HEX #67A17D Oxley

📋 copy color: '#67A17D'

red 103 ◦ green 161 ◦ blue 125

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

Shades of Oxley #67A17D

Tints of Oxley #67A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 26.48%
G = 41.39%
B = 32.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#67A17D (or 0x67A17D) is known color: Oxley. HEX triplet: 67, A1 and 7D. RGB value is (103,161,125). Sum of RGB (Red+Green+Blue) = 103+161+125=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #67A17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A17D is #985E82. Grayscale: #8B8B8B. Windows color (decimal): -9985667 or 8233319. OLE color: 8233319.

HSL color Cylindrical-coordinate representation of color #67A17D: hue angle of 142.76º degrees, saturation: 0.24, 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 #67A17D is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 161 125 -
CMYK 0.36 0 0.22 0.37
HSL 142.76º 0.24% 0.52% -
HSV(B) 142.76º 0.36% 0.63% -
XYZ 22.04 29.85 24 -
YUV 139.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 103 161 125 0.36 0 0.22 0.37 142.76 0.24 0.52
Hex 67 A1 7D 24 0 16 25 8F 18 34
Octal 147 241 175 44 0 26 45 217 30 64
Binary 1100111 10100001 1111101 100100 0 10110 100101 10001111 11000 110100

Color Harmonies of #67A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A17D

Black with #67A17D

Text Example


Text Example

White with #67A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,161,125); }

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

background-color css

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

 a { background-color: rgb(103,161,125); }

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

border-color css

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

 span { border-color: rgb(103,161,125); }

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