Html Css Color HEX #68B43D Apple

📋 copy color: '#68B43D'

red 104 ◦ green 180 ◦ blue 61

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

Shades of Apple #68B43D

Tints of Apple #68B43D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.17%

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 30.14%
G = 52.17%
B = 17.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#68B43D (or 0x68B43D) is known color: Apple. HEX triplet: 68, B4 and 3D. RGB value is (104,180,61). Sum of RGB (Red+Green+Blue) = 104+180+61=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #68B43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B43D is #974BC2. Grayscale: #909090. Windows color (decimal): -9915331 or 4043880. OLE color: 4043880.

HSL color Cylindrical-coordinate representation of color #68B43D: hue angle of 98.32º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68B43D is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 180 61 -
CMYK 0.42 0 0.66 0.29
HSL 98.32º 0.49% 0.47% -
HSV(B) 98.32º 0.66% 0.71% -
XYZ 22.87 35.92 10.14 -
YUV 143.71 81.32 99.68 -
System Red Green Blue C M Y K H S L
Decimal 104 180 61 0.42 0 0.66 0.29 98.32 0.49 0.47
Hex 68 B4 3D 2A 0 42 1D 62 31 2F
Octal 150 264 75 52 0 102 35 142 61 57
Binary 1101000 10110100 111101 101010 0 1000010 11101 1100010 110001 101111

Color Harmonies of #68B43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B43D

Black with #68B43D

Text Example


Text Example

White with #68B43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,61); }

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

background-color css

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

 a { background-color: rgb(104,180,61); }

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

border-color css

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

 span { border-color: rgb(104,180,61); }

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