Html Css Color HEX #68A270 Oxley

📋 copy color: '#68A270'

red 104 ◦ green 162 ◦ blue 112

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

Shades of Oxley #68A270

Tints of Oxley #68A270

RGB

 RED value IS 104 (41.02% from 255) = 27.51%

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 27.51%
G = 42.86%
B = 29.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#68A270 (or 0x68A270) is known color: Oxley. HEX triplet: 68, A2 and 70. RGB value is (104,162,112). Sum of RGB (Red+Green+Blue) = 104+162+112=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #68A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A270 is #975D8F. Grayscale: #8B8B8B. Windows color (decimal): -9919888 or 7381608. OLE color: 7381608.

HSL color Cylindrical-coordinate representation of color #68A270: hue angle of 128.28º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A270 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 162 112 -
CMYK 0.36 0 0.31 0.36
HSL 128.28º 0.24% 0.52% -
HSV(B) 128.28º 0.36% 0.64% -
XYZ 21.55 29.95 19.97 -
YUV 138.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 104 162 112 0.36 0 0.31 0.36 128.28 0.24 0.52
Hex 68 A2 70 24 0 1F 24 80 18 34
Octal 150 242 160 44 0 37 44 200 30 64
Binary 1101000 10100010 1110000 100100 0 11111 100100 10000000 11000 110100

Color Harmonies of #68A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A270

Black with #68A270

Text Example


Text Example

White with #68A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A270; }

 p { color: rgb(104,162,112); }

 H1.HeaderClassName
 {
   color: #68A270;
 }
 .AnyTagClassName
 {
   color: #68A270;
 }
</style>

background-color css

<style>
 a { background-color: #68A270; }

 a { background-color: rgb(104,162,112); }

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

border-color css

<style>
 span { border-color: #68A270; }

 span { border-color: rgb(104,162,112); }

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