Html Css Color HEX #68AF44 Apple

📋 copy color: '#68AF44'

red 104 ◦ green 175 ◦ blue 68

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

Shades of Apple #68AF44

Tints of Apple #68AF44

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.43%

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 29.97%
G = 50.43%
B = 19.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#68AF44 (or 0x68AF44) is known color: Apple. HEX triplet: 68, AF and 44. RGB value is (104,175,68). Sum of RGB (Red+Green+Blue) = 104+175+68=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF44 is #9750BB. Grayscale: #8D8D8D. Windows color (decimal): -9916604 or 4501352. OLE color: 4501352.

HSL color Cylindrical-coordinate representation of color #68AF44: hue angle of 99.81º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68AF44 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 68 -
CMYK 0.41 0 0.61 0.31
HSL 99.81º 0.44% 0.48% -
HSV(B) 99.81º 0.61% 0.69% -
XYZ 22.08 34.02 10.87 -
YUV 141.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 104 175 68 0.41 0 0.61 0.31 99.81 0.44 0.48
Hex 68 AF 44 29 0 3D 1F 64 2C 30
Octal 150 257 104 51 0 75 37 144 54 60
Binary 1101000 10101111 1000100 101001 0 111101 11111 1100100 101100 110000

Color Harmonies of #68AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF44

Black with #68AF44

Text Example


Text Example

White with #68AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,175,68); }

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

background-color css

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

 a { background-color: rgb(104,175,68); }

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

border-color css

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

 span { border-color: rgb(104,175,68); }

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