Html Css Color HEX #67A380 Oxley

📋 copy color: '#67A380'

red 103 ◦ green 163 ◦ blue 128

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

Shades of Oxley #67A380

Tints of Oxley #67A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 26.14%
G = 41.37%
B = 32.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#67A380 (or 0x67A380) is known color: Oxley. HEX triplet: 67, A3 and 80. RGB value is (103,163,128). Sum of RGB (Red+Green+Blue) = 103+163+128=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #67A380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A380 is #985C7F. Grayscale: #8D8D8D. Windows color (decimal): -9985152 or 8430439. OLE color: 8430439.

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

Color convert

RGB 103 163 128 -
CMYK 0.37 0 0.21 0.36
HSL 145º 0.25% 0.52% -
HSV(B) 145º 0.37% 0.64% -
XYZ 22.59 30.64 25.15 -
YUV 141.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 103 163 128 0.37 0 0.21 0.36 145 0.25 0.52
Hex 67 A3 80 25 0 15 24 91 19 34
Octal 147 243 200 45 0 25 44 221 31 64
Binary 1100111 10100011 10000000 100101 0 10101 100100 10010001 11001 110100

Color Harmonies of #67A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A380

Black with #67A380

Text Example


Text Example

White with #67A380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,163,128); }

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

background-color css

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

 a { background-color: rgb(103,163,128); }

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

border-color css

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

 span { border-color: rgb(103,163,128); }

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