Html Css Color HEX #68A16D Oxley

📋 copy color: '#68A16D'

red 104 ◦ green 161 ◦ blue 109

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

Shades of Oxley #68A16D

Tints of Oxley #68A16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 27.81%
G = 43.05%
B = 29.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#68A16D (or 0x68A16D) is known color: Oxley. HEX triplet: 68, A1 and 6D. RGB value is (104,161,109). Sum of RGB (Red+Green+Blue) = 104+161+109=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #68A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A16D is #975E92. Grayscale: #8A8A8A. Windows color (decimal): -9920147 or 7184744. OLE color: 7184744.

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

Color convert

RGB 104 161 109 -
CMYK 0.35 0 0.32 0.37
HSL 125.26º 0.23% 0.52% -
HSV(B) 125.26º 0.35% 0.63% -
XYZ 21.21 29.54 19.05 -
YUV 138.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 104 161 109 0.35 0 0.32 0.37 125.26 0.23 0.52
Hex 68 A1 6D 23 0 20 25 7D 17 34
Octal 150 241 155 43 0 40 45 175 27 64
Binary 1101000 10100001 1101101 100011 0 100000 100101 1111101 10111 110100

Color Harmonies of #68A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A16D

Black with #68A16D

Text Example


Text Example

White with #68A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,161,109); }

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

background-color css

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

 a { background-color: rgb(104,161,109); }

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

border-color css

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

 span { border-color: rgb(104,161,109); }

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